home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 March / PCWorld_2007-03_cd.bin / temacd / rapidphp / rapidphp7.exe / {app} / data / phpfunc_show.ini < prev    next >
Text File  |  2006-03-04  |  181KB  |  2,865 lines

  1. mixed{\rtf\b abs} (mixed number)
  2. float{\rtf\b acos} (float arg)
  3. float{\rtf\b acosh} (float arg)
  4. string{\rtf\b addcslashes} (string str, string charlist)
  5. string{\rtf\b addslashes} (string str)
  6. void{\rtf\b aggregate} (object object, string class_name)
  7. array{\rtf\b aggregate_info} (object object)
  8. void{\rtf\b aggregate_methods} (object object, string class_name)
  9. void{\rtf\b aggregate_methods_by_list} (object object, string class_name, array methods_list [, bool exclude])
  10. void{\rtf\b aggregate_methods_by_regexp} (object object, string class_name, string regexp [, bool exclude])
  11. void{\rtf\b aggregate_properties} (object object, string class_name)
  12. void{\rtf\b aggregate_properties_by_list} (object object, string class_name, array properties_list [, bool exclude])
  13. void{\rtf\b aggregate_properties_by_regexp} (object object, string class_name, string regexp [, bool exclude])
  14. array{\rtf\b aggregate_info} (object object)
  15. bool{\rtf\b apache_child_terminate} (void)
  16. object{\rtf\b apache_lookup_uri} (string filename)
  17. string{\rtf\b apache_note} (string note_name [, string note_value])
  18. array{\rtf\b apache_request_headers} (void)
  19. array{\rtf\b apache_response_headers} (void)
  20. int{\rtf\b apache_setenv} (string variable, string value [, bool walk_to_top])
  21. array{\rtf\b array} ([mixed ...])
  22. array{\rtf\b array_change_key_case} (array input [, int case])
  23. array{\rtf\b array_chunk} (array input, int size [, bool preserve_keys])
  24. array{\rtf\b array_combine} (array keys, array values)
  25. array{\rtf\b array_count_values} (array input)
  26. array{\rtf\b array_diff} (array array1, array array2 [, array ...])
  27. array{\rtf\b array_diff_assoc} (array array1, array array2 [, array ...])
  28. array{\rtf\b array_fill} (int start_index, int num, mixed value)
  29. array{\rtf\b array_filter} (array input [, callback function])
  30. array{\rtf\b array_flip} (array trans)
  31. array{\rtf\b array_intersect} (array array1, array array2 [, array ...])
  32. array{\rtf\b array_intersect_assoc} (array array1, array array2 [, array ...])
  33. bool{\rtf\b array_key_exists} (mixed key, array search)
  34. array{\rtf\b array_keys} (array input [, mixed search_value])
  35. array{\rtf\b array_map} (mixed callback, array arr1 [, array ...])
  36. array{\rtf\b array_merge} (array array1, array array2 [, array ...])
  37. array{\rtf\b array_merge_recursive} (array array1, array array2 [, array ...])
  38. bool{\rtf\b array_multisort} (array ar1 [, mixed arg [, mixed ... [, array ...]]])
  39. array{\rtf\b array_pad} (array input, int pad_size, mixed pad_value)
  40. mixed{\rtf\b array_pop} (array array)
  41. int{\rtf\b array_push} (array array, mixed var [, mixed ...])
  42. mixed{\rtf\b array_rand} (array input [, int num_req])
  43. mixed{\rtf\b array_reduce} (array input, callback function [, int initial])
  44. array{\rtf\b array_reverse} (array array [, bool preserve_keys])
  45. mixed{\rtf\b array_search} (mixed needle, array haystack [, bool strict])
  46. mixed{\rtf\b array_shift} (array array)
  47. array{\rtf\b array_slice} (array array, int offset [, int length])
  48. array{\rtf\b array_splice} (array input, int offset [, int length [, array replacement]])
  49. mixed{\rtf\b array_sum} (array array)
  50. array{\rtf\b array_unique} (array array)
  51. int{\rtf\b array_unshift} (array array, mixed var [, mixed ...])
  52. array{\rtf\b array_values} (array input)
  53. bool{\rtf\b array_walk} (array array, callback function [, mixed userdata])
  54. void{\rtf\b arsort} (array array [, int sort_flags])
  55. int{\rtf\b ascii2ebcdic} (string ascii_str)
  56. float{\rtf\b asin} (float arg)
  57. float{\rtf\b asinh} (float arg)
  58. void{\rtf\b asort} (array array [, int sort_flags])
  59. bool{\rtf\b aspell_check} (int dictionary_link, string word)
  60. bool{\rtf\b aspell_check_raw} (int dictionary_link, string word)
  61. int{\rtf\b aspell_new} (string master [, string personal])
  62. array{\rtf\b aspell_suggest} (int dictionary_link, string word)
  63. int{\rtf\b assert} (mixed assertion)
  64. mixed{\rtf\b assert_options} (int what [, mixed value])
  65. float{\rtf\b atan} (float arg)
  66. float{\rtf\b atan2} (float y, float x)
  67. float{\rtf\b atanh} (float arg)
  68. string{\rtf\b base64_decode} (string encoded_data)
  69. string{\rtf\b base64_encode} (string data)
  70. string{\rtf\b base_convert} (string number, int frombase, int tobase)
  71. string{\rtf\b basename} (string path [, string suffix])
  72. string{\rtf\b bcadd} (string left_operand, string right_operand [, int scale])
  73. int{\rtf\b bccomp} (string left_operand, string right_operand [, int scale])
  74. string{\rtf\b bcdiv} (string left_operand, string right_operand [, int scale])
  75. string{\rtf\b bcmod} (string left_operand, string modulus)
  76. string{\rtf\b bcmul} (string left_operand, string right_operand [, int scale])
  77. string{\rtf\b bcpow} (string x, int y [, int scale])
  78. string{\rtf\b bcpowmod} (string x, string y, string modulus [, int scale])
  79. string{\rtf\b bcscale} (int scale)
  80. string{\rtf\b bcsqrt} (string operand [, int scale])
  81. string{\rtf\b bcsub} (string left_operand, string right_operand [, int scale])
  82. string{\rtf\b bin2hex} (string str)
  83. string{\rtf\b bind_textdomain_codeset} (string domain, string codeset)
  84. int{\rtf\b bindec} (string binary_string)
  85. string{\rtf\b bindtextdomain} (string domain, string directory)
  86. int{\rtf\b bzclose} (resource bz)
  87. string{\rtf\b bzcompress} (string source [, int blocksize [, int workfactor]])
  88. string{\rtf\b bzdecompress} (string source [, int small])
  89. int{\rtf\b bzerrno} (resource bz)
  90. array{\rtf\b bzerror} (resource bz)
  91. string{\rtf\b bzerrstr} (resource bz)
  92. int{\rtf\b bzflush} (resource bz)
  93. resource{\rtf\b bzopen} (string filename, string mode)
  94. string{\rtf\b bzread} (resource bz [, int length])
  95. int{\rtf\b bzwrite} (resource bz, string data [, int length])
  96. int{\rtf\b cal_days_in_month} (int calendar, int month, int year)
  97. array{\rtf\b cal_from_jd} (int jd, int calendar)
  98. array{\rtf\b cal_info} ([int calendar])
  99. int{\rtf\b cal_to_jd} (int calendar, int month, int day, int year)
  100. mixed{\rtf\b call_user_func} (callback function [, mixed parameter [, mixed ...]])
  101. mixed{\rtf\b call_user_func_array} (callback function [, array paramarr])
  102. mixed{\rtf\b call_user_method} (string method_name, object obj [, mixed parameter [, mixed ...]])
  103. mixed{\rtf\b call_user_method_array} (string method_name, object obj [, array paramarr])
  104. string{\rtf\b ccvs_add} (string session, string invoice, string argtype, string argval)
  105. string{\rtf\b ccvs_auth} (string session, string invoice)
  106. string{\rtf\b ccvs_command} (string session, string type, string argval)
  107. int{\rtf\b ccvs_count} (string session, string type)
  108. string{\rtf\b ccvs_delete} (string session, string invoice)
  109. string{\rtf\b ccvs_done} (string sess)
  110. string{\rtf\b ccvs_init} (string name)
  111. string{\rtf\b ccvs_lookup} (string session, string invoice, int inum)
  112. string{\rtf\b ccvs_new} (string session, string invoice)
  113. string{\rtf\b ccvs_report} (string session, string type)
  114. string{\rtf\b ccvs_return} (string session, string invoice)
  115. string{\rtf\b ccvs_reverse} (string session, string invoice)
  116. string{\rtf\b ccvs_sale} (string session, string invoice)
  117. string{\rtf\b ccvs_status} (string session, string invoice)
  118. string{\rtf\b ccvs_textvalue} (string session)
  119. string{\rtf\b ccvs_void} (string session, string invoice)
  120. float{\rtf\b ceil} (float value)
  121. bool{\rtf\b chdir} (string directory)
  122. bool{\rtf\b checkdate} (int month, int day, int year)
  123. int{\rtf\b checkdnsrr} (string host [, string type])
  124. bool{\rtf\b chgrp} (string filename, mixed group)
  125. bool{\rtf\b chmod} (string filename, int mode)
  126. string{\rtf\b rtrim} (string str [, string charlist])
  127. bool{\rtf\b chown} (string filename, mixed user)
  128. string{\rtf\b chr} (int ascii)
  129. bool{\rtf\b chroot} (string directory)
  130. string{\rtf\b chunk_split} (string body [, int chunklen [, string end]])
  131. bool{\rtf\b class_exists} (string class_name)
  132. void{\rtf\b clearstatcache} (void)
  133. void{\rtf\b closedir} (resource dir_handle)
  134. int{\rtf\b closelog} (void)
  135. void{\rtf\b com_addref} (void)
  136. mixed{\rtf\b com_get} (resource com_object, string property)
  137. mixed{\rtf\b com_invoke} (resource com_object, string function_name [, mixed function parameters, ...])
  138. void{\rtf\b com_isenum} (object com_module)
  139. string{\rtf\b com_load} (string module_name [, string server_name [, int codepage]])
  140. void{\rtf\b com_load_typelib} (string typelib_name [, int case_insensitive])
  141. mixed{\rtf\b com_propget} (resource com_object, string property)
  142. void{\rtf\b com_propput} (resource com_object, string property, mixed value)
  143. void{\rtf\b com_set} (resource com_object, string property, mixed value)
  144. void{\rtf\b com_release} (void)
  145. void{\rtf\b com_set} (resource com_object, string property, mixed value)
  146. array{\rtf\b compact} (mixed varname [, mixed ...])
  147. int{\rtf\b connection_aborted} (void)
  148. int{\rtf\b connection_status} (void)
  149. bool{\rtf\b connection_timeout} (void)
  150. mixed{\rtf\b constant} (string name)
  151. string{\rtf\b convert_cyr_string} (string str, string from, string to)
  152. bool{\rtf\b copy} (string source, string dest)
  153. float{\rtf\b cos} (float arg)
  154. float{\rtf\b cosh} (float arg)
  155. int{\rtf\b count} (mixed var [, int mode])
  156. mixed{\rtf\b count_chars} (string string [, int mode])
  157. bool{\rtf\b cpdf_add_annotation} (int pdf_document, float llx, float lly, float urx, float ury, string title, string content [, int mode])
  158. int{\rtf\b cpdf_add_outline} (int pdf_document, int lastoutline, int sublevel, int open, int pagenr, string text)
  159. bool{\rtf\b cpdf_arc} (int pdf_document, float x-coor, float y-coor, float radius, float start, float end [, int mode])
  160. bool{\rtf\b cpdf_begin_text} (int pdf_document)
  161. bool{\rtf\b cpdf_circle} (int pdf_document, float x-coor, float y-coor, float radius [, int mode])
  162. bool{\rtf\b cpdf_clip} (int pdf_document)
  163. bool{\rtf\b cpdf_close} (int pdf_document)
  164. bool{\rtf\b cpdf_closepath} (int pdf_document)
  165. bool{\rtf\b cpdf_closepath_fill_stroke} (int pdf_document)
  166. bool{\rtf\b cpdf_closepath_stroke} (int pdf_document)
  167. bool{\rtf\b cpdf_continue_text} (int pdf_document, string text)
  168. bool{\rtf\b cpdf_curveto} (int pdf_document, float x1, float y1, float x2, float y2, float x3, float y3 [, int mode])
  169. bool{\rtf\b cpdf_end_text} (int pdf_document)
  170. bool{\rtf\b cpdf_fill} (int pdf_document)
  171. bool{\rtf\b cpdf_fill_stroke} (int pdf_document)
  172. bool{\rtf\b cpdf_finalize} (int pdf_document)
  173. bool{\rtf\b cpdf_finalize_page} (int pdf_document, int page_number)
  174. bool{\rtf\b cpdf_global_set_document_limits} (int maxpages, int maxfonts, int maximages, int maxannotations, int maxobjects)
  175. int{\rtf\b cpdf_import_jpeg} (int pdf_document, string file_name, float x-coor, float y-coor, float angle, float width, float height, float x-scale, float y-scale [, int mode])
  176. bool{\rtf\b cpdf_lineto} (int pdf_document, float x-coor, float y-coor [, int mode])
  177. bool{\rtf\b cpdf_moveto} (int pdf_document, float x-coor, float y-coor [, int mode])
  178. bool{\rtf\b cpdf_newpath} (int pdf_document)
  179. int{\rtf\b cpdf_open} (int compression [, string filename])
  180. bool{\rtf\b cpdf_output_buffer} (int pdf_document)
  181. bool{\rtf\b cpdf_page_init} (int pdf_document, int page_number, int orientation, float height, float width [, float unit])
  182. bool{\rtf\b cpdf_place_inline_image} (int pdf_document, int image, float x-coor, float y-coor, float angle, float width, float height [, int mode])
  183. bool{\rtf\b cpdf_rect} (int pdf_document, float x-coor, float y-coor, float width, float height [, int mode])
  184. bool{\rtf\b cpdf_restore} (int pdf_document)
  185. bool{\rtf\b cpdf_rlineto} (int pdf_document, float x-coor, float y-coor [, int mode])
  186. bool{\rtf\b cpdf_rmoveto} (int pdf_document, float x-coor, float y-coor [, int mode])
  187. bool{\rtf\b cpdf_rotate} (int pdf_document, float angle)
  188. bool{\rtf\b cpdf_rotate_text} (int pdfdoc, float angle)
  189. bool{\rtf\b cpdf_save} (int pdf_document)
  190. bool{\rtf\b cpdf_save_to_file} (int pdf_document, string filename)
  191. bool{\rtf\b cpdf_scale} (int pdf_document, float x-scale, float y-scale)
  192. bool{\rtf\b cpdf_set_action_url} (int pdfdoc, float xll, float yll, float xur, float xur, string url [, int mode])
  193. bool{\rtf\b cpdf_set_char_spacing} (int pdf_document, float space)
  194. bool{\rtf\b cpdf_set_creator} (string creator)
  195. bool{\rtf\b cpdf_set_current_page} (int pdf_document, int page_number)
  196. bool{\rtf\b cpdf_set_font} (int pdf_document, string font_name, float size, string encoding)
  197. bool{\rtf\b cpdf_set_font_directories} (int pdfdoc, string pfmdir, string pfbdir)
  198. bool{\rtf\b cpdf_set_font_map_file} (int pdfdoc, string filename)
  199. bool{\rtf\b cpdf_set_horiz_scaling} (int pdf_document, float scale)
  200. bool{\rtf\b cpdf_set_keywords} (string keywords)
  201. bool{\rtf\b cpdf_set_leading} (int pdf_document, float distance)
  202. bool{\rtf\b cpdf_set_page_animation} (int pdf_document, int transition, float duration)
  203. bool{\rtf\b cpdf_set_subject} (int pdf_document, string subject)
  204. bool{\rtf\b cpdf_set_text_matrix} (int pdf_document, array matrix)
  205. bool{\rtf\b cpdf_set_text_pos} (int pdf_document, float x-coor, float y-coor [, int mode])
  206. bool{\rtf\b cpdf_set_text_rendering} (int pdf_document, int rendermode)
  207. bool{\rtf\b cpdf_set_text_rise} (int pdf_document, float value)
  208. bool{\rtf\b cpdf_set_title} (string title)
  209. bool{\rtf\b cpdf_set_viewer_preferences} (int pdfdoc, array preferences)
  210. bool{\rtf\b cpdf_set_word_spacing} (int pdf_document, float space)
  211. bool{\rtf\b cpdf_setdash} (int pdf_document, float white, float black)
  212. bool{\rtf\b cpdf_setflat} (int pdf_document, float value)
  213. bool{\rtf\b cpdf_setgray} (int pdf_document, float gray_value)
  214. bool{\rtf\b cpdf_setgray_fill} (int pdf_document, float value)
  215. bool{\rtf\b cpdf_setgray_stroke} (int pdf_document, float gray_value)
  216. bool{\rtf\b cpdf_setlinecap} (int pdf_document, int value)
  217. bool{\rtf\b cpdf_setlinejoin} (int pdf_document, int value)
  218. bool{\rtf\b cpdf_setlinewidth} (int pdf_document, float width)
  219. bool{\rtf\b cpdf_setmiterlimit} (int pdf_document, float value)
  220. bool{\rtf\b cpdf_setrgbcolor} (int pdf_document, float red_value, float green_value, float blue_value)
  221. bool{\rtf\b cpdf_setrgbcolor_fill} (int pdf_document, float red_value, float green_value, float blue_value)
  222. bool{\rtf\b cpdf_setrgbcolor_stroke} (int pdf_document, float red_value, float green_value, float blue_value)
  223. bool{\rtf\b cpdf_show} (int pdf_document, string text)
  224. bool{\rtf\b cpdf_show_xy} (int pdf_document, string text, float x-coor, float y-coor [, int mode])
  225. float{\rtf\b cpdf_stringwidth} (int pdf_document, string text)
  226. bool{\rtf\b cpdf_stroke} (int pdf_document)
  227. bool{\rtf\b cpdf_text} (int pdf_document, string text, float x-coor, float y-coor [, int mode [, float orientation [, int alignmode]]])
  228. bool{\rtf\b cpdf_translate} (int pdf_document, float x-coor, float y-coor [, int mode])
  229. bool{\rtf\b crack_check} ([resource dictionary, string password])
  230. bool{\rtf\b crack_closedict} ([resource dictionary])
  231. string{\rtf\b crack_getlastmessage} (void)
  232. resource{\rtf\b crack_opendict} (string dictionary)
  233. int{\rtf\b crc32} (string str)
  234. string{\rtf\b create_function} (string args, string code)
  235. string{\rtf\b crypt} (string str [, string salt])
  236. bool{\rtf\b ctype_alnum} (string text)
  237. bool{\rtf\b ctype_alpha} (string text)
  238. bool{\rtf\b ctype_cntrl} (string text)
  239. bool{\rtf\b ctype_digit} (string text)
  240. bool{\rtf\b ctype_graph} (string text)
  241. bool{\rtf\b ctype_lower} (string text)
  242. bool{\rtf\b ctype_print} (string text)
  243. bool{\rtf\b ctype_punct} (string text)
  244. bool{\rtf\b ctype_space} (string text)
  245. bool{\rtf\b ctype_upper} (string text)
  246. bool{\rtf\b ctype_xdigit} (string text)
  247. void{\rtf\b curl_close} (resource ch)
  248. int{\rtf\b curl_errno} (resource ch)
  249. string{\rtf\b curl_error} (resource ch)
  250. bool{\rtf\b curl_exec} (resource ch)
  251. string{\rtf\b curl_getinfo} (resource ch [, int opt])
  252. resource{\rtf\b curl_init} ([string url])
  253. int{\rtf\b curl_multi_add_handle} (resource mh, resource ch)
  254. void{\rtf\b curl_multi_close} (resource mh)
  255. int{\rtf\b curl_multi_exec} (resource mh)
  256. string{\rtf\b curl_multi_getcontent} (resource ch)
  257. array{\rtf\b curl_multi_info_read} (resource mh)
  258. resource{\rtf\b curl_multi_init} (void)
  259. int{\rtf\b curl_multi_remove_handle} (resource mh, resource ch)
  260. int{\rtf\b curl_multi_select} (resource mh [, float timeout])
  261. bool{\rtf\b curl_setopt} (resource ch, string option, mixed value)
  262. string{\rtf\b curl_version} (void)
  263. mixed{\rtf\b current} (array array)
  264. string{\rtf\b cybercash_base64_decode} (string inbuff)
  265. string{\rtf\b cybercash_base64_encode} (string inbuff)
  266. array{\rtf\b cybercash_decr} (string wmk, string sk, string inbuff)
  267. array{\rtf\b cybercash_encr} (string wmk, string sk, string inbuff)
  268. bool{\rtf\b cyrus_authenticate} (resource connection [, string mechlist [, string service [, string user [, int minssf [, int maxssf]]]]])
  269. bool{\rtf\b cyrus_bind} (resource connection, array callbacks)
  270. bool{\rtf\b cyrus_close} (resource connection)
  271. resource{\rtf\b cyrus_connect} ([string host [, string port [, int flags]]])
  272. bool{\rtf\b cyrus_query} (resource connection, string query)
  273. bool{\rtf\b cyrus_unbind} (resource connection, string trigger_name)
  274. string{\rtf\b date} (string format [, int timestamp])
  275. void{\rtf\b dba_close} (resource handle)
  276. bool{\rtf\b dba_delete} (string key, resource handle)
  277. bool{\rtf\b dba_exists} (string key, resource handle)
  278. string{\rtf\b dba_fetch} (string key, resource handle)
  279. string{\rtf\b dba_firstkey} (resource handle)
  280. array{\rtf\b dba_handlers} (void)
  281. bool{\rtf\b dba_insert} (string key, string value, resource handle)
  282. array{\rtf\b dba_list} (void)
  283. string{\rtf\b dba_nextkey} (resource handle)
  284. resource{\rtf\b dba_open} (string path, string mode, string handler [, ...])
  285. bool{\rtf\b dba_optimize} (resource handle)
  286. resource{\rtf\b dba_popen} (string path, string mode, string handler [, ...])
  287. bool{\rtf\b dba_replace} (string key, string value, resource handle)
  288. bool{\rtf\b dba_sync} (resource handle)
  289. bool{\rtf\b dbase_add_record} (int dbase_identifier, array record)
  290. bool{\rtf\b dbase_close} (int dbase_identifier)
  291. int{\rtf\b dbase_create} (string filename, array fields)
  292. bool{\rtf\b dbase_delete_record} (int dbase_identifier, int record)
  293. array{\rtf\b dbase_get_record} (int dbase_identifier, int record)
  294. array{\rtf\b dbase_get_record_with_names} (int dbase_identifier, int record)
  295. int{\rtf\b dbase_numfields} (int dbase_identifier)
  296. int{\rtf\b dbase_numrecords} (int dbase_identifier)
  297. int{\rtf\b dbase_open} (string filename, int flags)
  298. bool{\rtf\b dbase_pack} (int dbase_identifier)
  299. bool{\rtf\b dbase_replace_record} (int dbase_identifier, array record, int dbase_record_number)
  300. string{\rtf\b dblist} (void)
  301. bool{\rtf\b dbmclose} (resource dbm_identifier)
  302. bool{\rtf\b dbmdelete} (resource dbm_identifier, string key)
  303. bool{\rtf\b dbmexists} (resource dbm_identifier, string key)
  304. string{\rtf\b dbmfetch} (resource dbm_identifier, string key)
  305. string{\rtf\b dbmfirstkey} (resource dbm_identifier)
  306. int{\rtf\b dbminsert} (resource dbm_identifier, string key, string value)
  307. string{\rtf\b dbmnextkey} (resource dbm_identifier, string key)
  308. resource{\rtf\b dbmopen} (string filename, string flags)
  309. int{\rtf\b dbmreplace} (resource dbm_identifier, string key, string value)
  310. int{\rtf\b dbplus_add} (resource relation, array tuple)
  311. resource{\rtf\b dbplus_aql} (string query [, string server [, string dbpath]])
  312. string{\rtf\b dbplus_chdir} ([string newdir])
  313. int{\rtf\b dbplus_close} (resource relation)
  314. int{\rtf\b dbplus_curr} (resource relation, array tuple)
  315. string{\rtf\b dbplus_errcode} (int errno)
  316. int{\rtf\b dbplus_errno} (void)
  317. int{\rtf\b dbplus_find} (resource relation, array constraints, mixed tuple)
  318. int{\rtf\b dbplus_first} (resource relation, array tuple)
  319. int{\rtf\b dbplus_flush} (resource relation)
  320. int{\rtf\b dbplus_freealllocks} (void)
  321. int{\rtf\b dbplus_freelock} (resource relation, string tname)
  322. int{\rtf\b dbplus_freerlocks} (resource relation)
  323. int{\rtf\b dbplus_getlock} (resource relation, string tname)
  324. int{\rtf\b dbplus_getunique} (resource relation, int uniqueid)
  325. int{\rtf\b dbplus_info} (resource relation, string key, array)
  326. int{\rtf\b dbplus_last} (resource relation, array tuple)
  327. int{\rtf\b dbplus_lockrel} (resource relation)
  328. int{\rtf\b dbplus_next} (resource relation, array)
  329. resource{\rtf\b dbplus_open} (string name)
  330. int{\rtf\b dbplus_prev} (resource relation, array tuple)
  331. int{\rtf\b dbplus_rchperm} (resource relation, int mask, string user, string group)
  332. resource{\rtf\b dbplus_rcreate} (string name, mixed domlist [, bool overwrite])
  333. resource{\rtf\b dbplus_rcrtexact} (string name, resource relation, bool overwrite)
  334. resource{\rtf\b dbplus_rcrtlike} (string name, resource relation, int flag)
  335. int{\rtf\b dbplus_resolve} (string relation_name)
  336. int{\rtf\b dbplus_restorepos} (resource relation, array tuple)
  337. resource{\rtf\b dbplus_rkeys} (resource relation, mixed domlist)
  338. resource{\rtf\b dbplus_ropen} (string name)
  339. int{\rtf\b dbplus_rquery} (string query, string dbpath)
  340. int{\rtf\b dbplus_rrename} (resource relation, string name)
  341. resource{\rtf\b dbplus_rsecindex} (resource relation, mixed domlist, int type)
  342. int{\rtf\b dbplus_runlink} (resource relation)
  343. int{\rtf\b dbplus_rzap} (resource relation)
  344. int{\rtf\b dbplus_savepos} (resource relation)
  345. int{\rtf\b dbplus_setindex} (resource relation, string idx_name)
  346. int{\rtf\b dbplus_setindexbynumber} (resource relation, int idx_number)
  347. resource{\rtf\b dbplus_sql} (string query, string server, string dbpath)
  348. int{\rtf\b dbplus_tcl} (int sid, string script)
  349. int{\rtf\b dbplus_tremove} (resource relation, array tuple [, array current])
  350. int{\rtf\b dbplus_undo} (resource relation)
  351. int{\rtf\b dbplus_undoprepare} (resource relation)
  352. int{\rtf\b dbplus_unlockrel} (resource relation)
  353. int{\rtf\b dbplus_unselect} (resource relation)
  354. int{\rtf\b dbplus_update} (resource relation, array old, array new)
  355. int{\rtf\b dbplus_xlockrel} (resource relation)
  356. int{\rtf\b dbplus_xunlockrel} (resource relation)
  357. bool{\rtf\b dbx_close} (object link_identifier)
  358. int{\rtf\b dbx_compare} (array row_a, array row_b, string column_key [, int flags])
  359. object{\rtf\b dbx_connect} (mixed module, string host, string database, string username, string password [, int persistent])
  360. string{\rtf\b dbx_error} (object link_identifier)
  361. string{\rtf\b dbx_escape_string} (object link_identifier, string text)
  362. object{\rtf\b dbx_query} (object link_identifier, string sql_statement [, long flags])
  363. bool{\rtf\b dbx_sort} (object result, string user_compare_function)
  364. string{\rtf\b dcgettext} (string domain, string message, int category)
  365. string{\rtf\b dcngettext} (string domain, string msgid1, string msgid2, int n, int category)
  366. void{\rtf\b deaggregate} (object object [, string class_name])
  367. array{\rtf\b debug_backtrace} (void)
  368. void{\rtf\b debug_print_backtrace} (void)
  369. int{\rtf\b debugger_off} (void)
  370. int{\rtf\b debugger_on} (string address)
  371. string{\rtf\b decbin} (int number)
  372. string{\rtf\b dechex} (int number)
  373. string{\rtf\b decoct} (int number)
  374. bool{\rtf\b define} (string name, mixed value [, bool case_insensitive])
  375. void{\rtf\b define_syslog_variables} (void)
  376. bool{\rtf\b defined} (string name)
  377. float{\rtf\b deg2rad} (float number)
  378. void{\rtf\b delete} (string file)
  379. string{\rtf\b dgettext} (string domain, string message)
  380. void{\rtf\b die} ([string status])
  381. void{\rtf\b dio_close} (resource fd)
  382. mixed{\rtf\b dio_fcntl} (resource fd, int cmd [, mixed arg])
  383. resource{\rtf\b dio_open} (string filename, int flags [, int mode])
  384. string{\rtf\b dio_read} (resource fd [, int n])
  385. int{\rtf\b dio_seek} (resource fd, int pos, int whence)
  386. array{\rtf\b dio_stat} (resource fd)
  387. dio_tcsetattr{\rtf\b dio_tcsetattr} (resource fd, array options)
  388. bool{\rtf\b dio_truncate} (resource fd, int offset)
  389. int{\rtf\b dio_write} (resource fd, string data [, int len])
  390. dir(string{\rtf\b directory) - directory clas}s
  391. string{\rtf\b dirname} (string path)
  392. float{\rtf\b disk_free_space} (string directory)
  393. float{\rtf\b disk_total_space} (string directory)
  394. float{\rtf\b disk_free_space} (string directory)
  395. int{\rtf\b dl} (string library)
  396. string{\rtf\b dngettext} (string domain, string msgid1, string msgid2, int n)
  397. int{\rtf\b dns_check_record} (string host [, string type])
  398. int{\rtf\b dns_get_mx} (string hostname, array mxhosts [, array &weight])
  399. array{\rtf\b dns_get_record} (string hostname [, int type [, array &authns, array &addtl]])
  400. object{\rtf\b domxml_new_doc} (string version)
  401. object{\rtf\b domxml_open_file} (string filename)
  402. object{\rtf\b domxml_open_mem} (string str)
  403. string{\rtf\b domxml_version} (void)
  404. object{\rtf\b domxml_xmltree} (string str)
  405. object{\rtf\b domxml_xslt_stylesheet} (string xsl document)
  406. object{\rtf\b domxml_xslt_stylesheet_doc} (object DocDocument Object)
  407. object{\rtf\b domxml_xslt_stylesheet_file} (string xsl file)
  408. int{\rtf\b dotnet_load} (string assembly_name [, string datatype_name [, int codepage]])
  409. float{\rtf\b floatval} (mixed var)
  410. array{\rtf\b each} (array array)
  411. int{\rtf\b easter_date} ([int year])
  412. int{\rtf\b easter_days} ([int year [, int method]])
  413. int{\rtf\b ebcdic2ascii} (string ebcdic_str)
  414. void{\rtf\b echo} (string arg1 [, string argn...])
  415. bool{\rtf\b empty} (mixed var)
  416. mixed{\rtf\b end} (array array)
  417. bool{\rtf\b ereg} (string pattern, string string [, array regs])
  418. string{\rtf\b ereg_replace} (string pattern, string replacement, string string)
  419. bool{\rtf\b eregi} (string pattern, string string [, array regs])
  420. string{\rtf\b eregi_replace} (string pattern, string replacement, string string)
  421. int{\rtf\b error_log} (string message [, int message_type [, string destination [, string extra_headers]]])
  422. int{\rtf\b error_reporting} ([int level])
  423. string{\rtf\b escapeshellarg} (string arg)
  424. string{\rtf\b escapeshellcmd} (string command)
  425. mixed{\rtf\b eval} (string code_str)
  426. string{\rtf\b exec} (string command [, array output [, int return_var]])
  427. int{\rtf\b exif_imagetype} (string filename)
  428. array{\rtf\b exif_read_data} (string filename [, string sections [, bool arrays [, bool thumbnail]]])
  429. string{\rtf\b exif_thumbnail} (string filename [, int &width [, int &height [, int &imagetype]]])
  430. void{\rtf\b exit} ([string status])
  431. float{\rtf\b exp} (float arg)
  432. array{\rtf\b explode} (string separator, string string [, int limit])
  433. float{\rtf\b expm1} (float number)
  434. bool{\rtf\b extension_loaded} (string name)
  435. int{\rtf\b extract} (array var_array [, int extract_type [, string prefix]])
  436. int{\rtf\b ezmlm_hash} (string addr)
  437. int{\rtf\b fbsql_affected_rows} ([resource link_identifier])
  438. bool{\rtf\b fbsql_autocommit} (resource link_identifier [, bool OnOff])
  439. resource{\rtf\b fbsql_change_user} (string user, string password [, string database [, resource link_identifier]])
  440. bool{\rtf\b fbsql_close} ([resource link_identifier])
  441. bool{\rtf\b fbsql_commit} ([resource link_identifier])
  442. resource{\rtf\b fbsql_connect} ([string hostname [, string username [, string password]]])
  443. string{\rtf\b fbsql_create_blob} (string blob_data [, resource link_identifier])
  444. string{\rtf\b fbsql_create_clob} (string clob_data [, resource link_identifier])
  445. bool{\rtf\b fbsql_create_db} (string database_name [, resource link_identifier])
  446. bool{\rtf\b fbsql_data_seek} (resource result_identifier, int row_number)
  447. string{\rtf\b fbsql_database} (resource link_identifier [, string database])
  448. string{\rtf\b fbsql_database_password} (resource link_identifier [, string database_password])
  449. resource{\rtf\b fbsql_db_query} (string database, string query [, resource link_identifier])
  450. int{\rtf\b fbsql_db_status} (string database_name [, resource link_identifier])
  451. bool{\rtf\b fbsql_drop_db} (string database_name [, resource link_identifier])
  452. int{\rtf\b fbsql_errno} ([resource link_identifier])
  453. string{\rtf\b fbsql_error} ([resource link_identifier])
  454. array{\rtf\b fbsql_fetch_array} (resource result [, int result_type])
  455. array{\rtf\b fbsql_fetch_assoc} (resource result)
  456. object{\rtf\b fbsql_fetch_field} (resource result [, int field_offset])
  457. array{\rtf\b fbsql_fetch_lengths} ([resource result])
  458. object{\rtf\b fbsql_fetch_object} (resource result [, int result_type])
  459. array{\rtf\b fbsql_fetch_row} (resource result)
  460. string{\rtf\b fbsql_field_flags} (resource result, int field_offset)
  461. int{\rtf\b fbsql_field_len} (resource result, int field_offset)
  462. string{\rtf\b fbsql_field_name} (resource result, int field_index)
  463. bool{\rtf\b fbsql_field_seek} (resource result, int field_offset)
  464. string{\rtf\b fbsql_field_table} (resource result, int field_offset)
  465. string{\rtf\b fbsql_field_type} (resource result, int field_offset)
  466. bool{\rtf\b fbsql_free_result} (resource result)
  467. array{\rtf\b fbsql_get_autostart_info} ([resource link_identifier])
  468. string{\rtf\b fbsql_hostname} (resource link_identifier [, string host_name])
  469. int{\rtf\b fbsql_insert_id} ([resource link_identifier])
  470. resource{\rtf\b fbsql_list_dbs} ([resource link_identifier])
  471. resource{\rtf\b fbsql_list_fields} (string database_name, string table_name [, resource link_identifier])
  472. resource{\rtf\b fbsql_list_tables} (string database [, resource link_identifier])
  473. bool{\rtf\b fbsql_next_result} (resource result_id)
  474. int{\rtf\b fbsql_num_fields} (resource result)
  475. int{\rtf\b fbsql_num_rows} (resource result)
  476. string{\rtf\b fbsql_password} (resource link_identifier [, string password])
  477. resource{\rtf\b fbsql_pconnect} ([string hostname [, string username [, string password]]])
  478. resource{\rtf\b fbsql_query} (string query [, resource link_identifier])
  479. string{\rtf\b fbsql_read_blob} (string blob_handle [, resource link_identifier])
  480. string{\rtf\b fbsql_read_clob} (string clob_handle [, resource link_identifier])
  481. mixed{\rtf\b fbsql_result} (resource result, int row [, mixed field])
  482. bool{\rtf\b fbsql_rollback} ([resource link_identifier])
  483. bool{\rtf\b fbsql_select_db} (string database_name [, resource link_identifier])
  484. bool{\rtf\b fbsql_set_lob_mode} (resource result, string database_name)
  485. void{\rtf\b fbsql_set_transaction} (resource link_identifier, int Locking, int Isolation)
  486. bool{\rtf\b fbsql_start_db} (string database_name [, resource link_identifier])
  487. bool{\rtf\b fbsql_stop_db} (string database_name [, resource link_identifier])
  488. string{\rtf\b fbsql_tablename} (resource result, int i)
  489. string{\rtf\b fbsql_username} (resource link_identifier [, string username])
  490. bool{\rtf\b fbsql_warnings} ([bool OnOff])
  491. bool{\rtf\b fclose} (resource handle)
  492. bool{\rtf\b fdf_add_doc_javascript} (resource fdfdoc, string script_name, string script_code)
  493. bool{\rtf\b fdf_add_template} (resource fdfdoc, int newpage, string filename, string template, int rename)
  494. bool{\rtf\b fdf_close} (resource fdf_document)
  495. resource{\rtf\b fdf_create} (void)
  496. bool{\rtf\b fdf_enum_values} (resource fdfdoc, callback function [, mixed userdata])
  497. int{\rtf\b fdf_errno} (void)
  498. string{\rtf\b fdf_error} ([int error_code])
  499. bool{\rtf\b fdf_get_ap} (resource fdf_document, string field, int face, string filename)
  500. array{\rtf\b fdf_get_attachment} (resource fdf_document, string fieldname, string savepath)
  501. string{\rtf\b fdf_get_encoding} (resource fdf_document)
  502. string{\rtf\b fdf_get_file} (resource fdf_document)
  503. fdf_get_flags{\rtf\b fdf_get_flags} (void)
  504. mixed{\rtf\b fdf_get_opt} (resource fdfdof, string fieldname [, int element])
  505. string{\rtf\b fdf_get_status} (resource fdf_document)
  506. string{\rtf\b fdf_get_value} (resource fdf_document, string fieldname [, int which])
  507. string{\rtf\b fdf_get_version} ([resource fdf_document])
  508. bool{\rtf\b fdf_header} (void)
  509. string{\rtf\b fdf_next_field_name} (resource fdf_document [, string fieldname])
  510. resource{\rtf\b fdf_open} (string filename)
  511. resource{\rtf\b fdf_open_string} (string fdf_data)
  512. bool{\rtf\b fdf_remove_item} (resource fdfdoc, string fieldname, int item)
  513. bool{\rtf\b fdf_save} (resource fdf_document [, string filename])
  514. string{\rtf\b fdf_save_string} (resource fdf_document)
  515. bool{\rtf\b fdf_set_ap} (resource fdf_document, string field_name, int face, string filename, int page_number)
  516. bool{\rtf\b fdf_set_encoding} (resource fdf_document, string encoding)
  517. bool{\rtf\b fdf_set_file} (resource fdf_document, string url [, string target_frame])
  518. bool{\rtf\b fdf_set_flags} (resource fdf_document, string fieldname, int whichFlags, int newFlags)
  519. bool{\rtf\b fdf_set_javascript_action} (resource fdf_document, string fieldname, int trigger, string script)
  520. bool{\rtf\b fdf_set_opt} (resource fdf_document, string fieldname, int element, string str1, string str2)
  521. bool{\rtf\b fdf_set_status} (resource fdf_document, string status)
  522. bool{\rtf\b fdf_set_submit_form_action} (resource fdf_document, string fieldname, int trigger, string script, int flags)
  523. bool{\rtf\b fdf_set_target_frame} (resource fdf_document, string frame_name)
  524. bool{\rtf\b fdf_set_value} (resource fdf_document, string fieldname, mixed value [, int isName])
  525. string{\rtf\b fdf_set_version} (resource fdf_document, string version)
  526. bool{\rtf\b feof} (resource handle)
  527. bool{\rtf\b fflush} (resource handle)
  528. string{\rtf\b fgetc} (resource handle)
  529. array{\rtf\b fgetcsv} (resource handle, int length [, string delimiter [, string enclosure]])
  530. string{\rtf\b fgets} (resource handle [, int length])
  531. string{\rtf\b fgetss} (resource handle, int length [, string allowable_tags])
  532. array{\rtf\b file} (string filename [, int use_include_path [, resource context]])
  533. bool{\rtf\b file_exists} (string filename)
  534. string{\rtf\b file_get_contents} (string filename [, int use_include_path [, resource context]])
  535. int{\rtf\b file_put_contents} (string filename, string data [, int flags [, resource context]])
  536. int{\rtf\b fileatime} (string filename)
  537. int{\rtf\b filectime} (string filename)
  538. int{\rtf\b filegroup} (string filename)
  539. int{\rtf\b fileinode} (string filename)
  540. int{\rtf\b filemtime} (string filename)
  541. int{\rtf\b fileowner} (string filename)
  542. int{\rtf\b fileperms} (string filename)
  543. bool{\rtf\b filepro} (string directory)
  544. int{\rtf\b filepro_fieldcount} (void)
  545. string{\rtf\b filepro_fieldname} (int field_number)
  546. string{\rtf\b filepro_fieldtype} (int field_number)
  547. int{\rtf\b filepro_fieldwidth} (int field_number)
  548. string{\rtf\b filepro_retrieve} (int row_number, int field_number)
  549. int{\rtf\b filepro_rowcount} (void)
  550. int{\rtf\b filesize} (string filename)
  551. string{\rtf\b filetype} (string filename)
  552. float{\rtf\b floatval} (mixed var)
  553. bool{\rtf\b flock} (resource handle, int operation [, int &wouldblock])
  554. float{\rtf\b floor} (float value)
  555. void{\rtf\b flush} (void)
  556. float{\rtf\b fmod} (float x, float y)
  557. array{\rtf\b fnmatch} (string pattern, string string [, int flags])
  558. resource{\rtf\b fopen} (string filename, string mode [, int use_include_path [, resource zcontext]])
  559. int{\rtf\b fpassthru} (resource handle)
  560. int{\rtf\b fprintf} (resource handle, string format [, mixed args])
  561. int{\rtf\b fputs} (resource handle, string string [, int length])
  562. string{\rtf\b fread} (resource handle, int length)
  563. int{\rtf\b frenchtojd} (int month, int day, int year)
  564. string{\rtf\b fribidi_log2vis} (string str, string direction, int charset)
  565. mixed{\rtf\b fscanf} (resource handle, string format [, string var1])
  566. int{\rtf\b fseek} (resource handle, int offset [, int whence])
  567. int{\rtf\b fsockopen} (string target, int port [, int errno [, string errstr [, float timeout]]])
  568. array{\rtf\b fstat} (resource handle)
  569. int{\rtf\b ftell} (resource handle)
  570. int{\rtf\b ftok} (string pathname, string proj)
  571. bool{\rtf\b ftp_cdup} (resource ftp_stream)
  572. bool{\rtf\b ftp_chdir} (resource ftp_stream, string directory)
  573. string{\rtf\b ftp_chmod} (resource ftp_stream, int mode, string filename)
  574. void{\rtf\b ftp_close} (resource ftp_stream)
  575. resource{\rtf\b ftp_connect} (string host [, int port [, int timeout]])
  576. bool{\rtf\b ftp_delete} (resource ftp_stream, string path)
  577. bool{\rtf\b ftp_exec} (resource ftp_stream, string command)
  578. bool{\rtf\b ftp_fget} (resource ftp_stream, resource handle, string remote_file, int mode [, int resumepos])
  579. bool{\rtf\b ftp_fput} (resource ftp_stream, string remote_file, resource handle, int mode [, int startpos])
  580. bool{\rtf\b ftp_get} (resource ftp_stream, string local_file, string remote_file, int mode [, int resumepos])
  581. mixed{\rtf\b ftp_get_option} (resource ftp_stream, int option)
  582. bool{\rtf\b ftp_login} (resource ftp_stream, string username, string password)
  583. int{\rtf\b ftp_mdtm} (resource ftp_stream, string remote_file)
  584. string{\rtf\b ftp_mkdir} (resource ftp_stream, string directory)
  585. bool{\rtf\b ftp_nb_continue} (resource ftp_stream)
  586. bool{\rtf\b ftp_nb_fget} (resource ftp_stream, resource handle, string remote_file, int mode [, int resumepos])
  587. bool{\rtf\b ftp_nb_fput} (resource ftp_stream, string remote_file, resource handle, int mode [, int startpos])
  588. bool{\rtf\b ftp_nb_get} (resource ftp_stream, string local_file, string remote_file, int mode [, int resumepos])
  589. bool{\rtf\b ftp_nb_put} (resource ftp_stream, string remote_file, string local_file, int mode [, int startpos])
  590. array{\rtf\b ftp_nlist} (resource ftp_stream, string directory)
  591. bool{\rtf\b ftp_pasv} (resource ftp_stream, bool pasv)
  592. bool{\rtf\b ftp_put} (resource ftp_stream, string remote_file, string local_file, int mode [, int startpos])
  593. string{\rtf\b ftp_pwd} (resource ftp_stream)
  594. void{\rtf\b ftp_close} (resource ftp_stream)
  595. array{\rtf\b ftp_raw} (resource ftp_stream, string command)
  596. array{\rtf\b ftp_rawlist} (resource ftp_stream, string directory)
  597. bool{\rtf\b ftp_rename} (resource ftp_stream, string from, string to)
  598. bool{\rtf\b ftp_rmdir} (resource ftp_stream, string directory)
  599. bool{\rtf\b ftp_set_option} (resource ftp_stream, int option, mixed value)
  600. bool{\rtf\b ftp_site} (resource ftp_stream, string cmd)
  601. int{\rtf\b ftp_size} (resource ftp_stream, string remote_file)
  602. resource{\rtf\b ftp_ssl_connect} (string host [, int port [, int timeout]])
  603. string{\rtf\b ftp_systype} (resource ftp_stream)
  604. bool{\rtf\b ftruncate} (resource handle, int size)
  605. mixed{\rtf\b func_get_arg} (int arg_num)
  606. array{\rtf\b func_get_args} (void)
  607. int{\rtf\b func_num_args} (void)
  608. bool{\rtf\b function_exists} (string function_name)
  609. int{\rtf\b fwrite} (resource handle, string string [, int length])
  610. array{\rtf\b gd_info} (void)
  611. object{\rtf\b get_browser} ([string user_agent])
  612. string{\rtf\b get_cfg_var} (string varname)
  613. string{\rtf\b get_class} (object obj)
  614. array{\rtf\b get_class_methods} (mixed class_name)
  615. array{\rtf\b get_class_vars} (string class_name)
  616. string{\rtf\b get_current_user} (void)
  617. array{\rtf\b get_declared_classes} (void)
  618. array{\rtf\b get_defined_constants} (void)
  619. array{\rtf\b get_defined_functions} (void)
  620. array{\rtf\b get_defined_vars} (void)
  621. array{\rtf\b get_extension_funcs} (string module_name)
  622. array{\rtf\b get_html_translation_table} (int table [, int quote_style])
  623. string{\rtf\b get_include_path} (void)
  624. array{\rtf\b get_included_files} (void)
  625. array{\rtf\b get_loaded_extensions} (void)
  626. int{\rtf\b get_magic_quotes_gpc} (void)
  627. int{\rtf\b get_magic_quotes_runtime} (void)
  628. array{\rtf\b get_meta_tags} (string filename [, int use_include_path])
  629. array{\rtf\b get_object_vars} (object obj)
  630. string{\rtf\b get_parent_class} (mixed obj)
  631. array{\rtf\b get_included_files} (void)
  632. string{\rtf\b get_resource_type} (resource handle)
  633. array{\rtf\b getallheaders} (void)
  634. string{\rtf\b getcwd} (void)
  635. array{\rtf\b getdate} ([int timestamp])
  636. string{\rtf\b getenv} (string varname)
  637. string{\rtf\b gethostbyaddr} (string ip_address)
  638. string{\rtf\b gethostbyname} (string hostname)
  639. array{\rtf\b gethostbynamel} (string hostname)
  640. array{\rtf\b getimagesize} (string filename [, array imageinfo])
  641. int{\rtf\b getlastmod} (void)
  642. int{\rtf\b getmxrr} (string hostname, array mxhosts [, array weight])
  643. int{\rtf\b getmygid} (void)
  644. int{\rtf\b getmyinode} (void)
  645. int{\rtf\b getmypid} (void)
  646. int{\rtf\b getmyuid} (void)
  647. string{\rtf\b getopt} (string options)
  648. int{\rtf\b getprotobyname} (string name)
  649. string{\rtf\b getprotobynumber} (int number)
  650. int{\rtf\b getrandmax} (void)
  651. array{\rtf\b getrusage} ([int who])
  652. int{\rtf\b getservbyname} (string service, string protocol)
  653. string{\rtf\b getservbyport} (int port, string protocol)
  654. string{\rtf\b gettext} (string message)
  655. array{\rtf\b gettimeofday} (void)
  656. string{\rtf\b gettype} (mixed var)
  657. array{\rtf\b glob} (string pattern [, int flags])
  658. string{\rtf\b gmdate} (string format [, int timestamp])
  659. int{\rtf\b gmmktime} ([int hour [, int minute [, int second [, int month [, int day [, int year [, int is_dst]]]]]]])
  660. resource{\rtf\b gmp_abs} (resource a)
  661. resource{\rtf\b gmp_add} (resource a, resource b)
  662. resource{\rtf\b gmp_and} (resource a, resource b)
  663. resource{\rtf\b gmp_clrbit} (resource &a, int index)
  664. int{\rtf\b gmp_cmp} (resource a, resource b)
  665. resource{\rtf\b gmp_com} (resource a)
  666. resource{\rtf\b gmp_div} (resource a, resource b [, int round])
  667. resource{\rtf\b gmp_div_q} (resource a, resource b [, int round])
  668. array{\rtf\b gmp_div_qr} (resource n, resource d [, int round])
  669. resource{\rtf\b gmp_div_r} (resource n, resource d [, int round])
  670. resource{\rtf\b gmp_divexact} (resource n, resource d)
  671. resource{\rtf\b gmp_fact} (int a)
  672. resource{\rtf\b gmp_gcd} (resource a, resource b)
  673. array{\rtf\b gmp_gcdext} (resource a, resource b)
  674. int{\rtf\b gmp_hamdist} (resource a, resource b)
  675. resource{\rtf\b gmp_init} (mixed number)
  676. int{\rtf\b gmp_intval} (resource gmpnumber)
  677. resource{\rtf\b gmp_invert} (resource a, resource b)
  678. int{\rtf\b gmp_jacobi} (resource a, resource p)
  679. int{\rtf\b gmp_legendre} (resource a, resource p)
  680. resource{\rtf\b gmp_mod} (resource n, resource d)
  681. resource{\rtf\b gmp_mul} (resource a, resource b)
  682. resource{\rtf\b gmp_neg} (resource a)
  683. resource{\rtf\b gmp_or} (resource a, resource b)
  684. bool{\rtf\b gmp_perfect_square} (resource a)
  685. int{\rtf\b gmp_popcount} (resource a)
  686. resource{\rtf\b gmp_pow} (resource base, int exp)
  687. resource{\rtf\b gmp_powm} (resource base, resource exp, resource mod)
  688. int{\rtf\b gmp_prob_prime} (resource a [, int reps])
  689. resource{\rtf\b gmp_random} (int limiter)
  690. int{\rtf\b gmp_scan0} (resource a, int start)
  691. int{\rtf\b gmp_scan1} (resource a, int start)
  692. resource{\rtf\b gmp_setbit} (resource &a, int index [, bool set_clear])
  693. int{\rtf\b gmp_sign} (resource a)
  694. resource{\rtf\b gmp_sqrt} (resource a)
  695. array{\rtf\b gmp_sqrtrm} (resource a)
  696. string{\rtf\b gmp_strval} (resource gmpnumber [, int base])
  697. resource{\rtf\b gmp_sub} (resource a, resource b)
  698. resource{\rtf\b gmp_xor} (resource a, resource b)
  699. string{\rtf\b gmstrftime} (string format [, int timestamp])
  700. int{\rtf\b gregoriantojd} (int month, int day, int year)
  701. int{\rtf\b gzclose} (resource zp)
  702. string{\rtf\b gzcompress} (string data [, int level])
  703. string{\rtf\b gzdeflate} (string data [, int level])
  704. string{\rtf\b gzencode} (string data [, int level [, int encoding_mode]])
  705. int{\rtf\b gzeof} (resource zp)
  706. array{\rtf\b gzfile} (string filename [, int use_include_path])
  707. string{\rtf\b gzgetc} (resource zp)
  708. string{\rtf\b gzgets} (resource zp, int length)
  709. string{\rtf\b gzgetss} (resource zp, int length [, string allowable_tags])
  710. string{\rtf\b gzinflate} (string data [, int length])
  711. resource{\rtf\b gzopen} (string filename, string mode [, int use_include_path])
  712. int{\rtf\b gzpassthru} (resource zp)
  713. int{\rtf\b gzputs} (resource zp, string string [, int length])
  714. string{\rtf\b gzread} (resource zp, int length)
  715. int{\rtf\b gzrewind} (resource zp)
  716. int{\rtf\b gzseek} (resource zp, int offset)
  717. int{\rtf\b gztell} (resource zp)
  718. string{\rtf\b gzuncompress} (string data [, int length])
  719. int{\rtf\b gzwrite} (resource zp, string string [, int length])
  720. int{\rtf\b header} (string string [, bool replace [, int http_response_code]])
  721. bool{\rtf\b headers_sent} ([string &file [, int &line]])
  722. string{\rtf\b hebrev} (string hebrew_text [, int max_chars_per_line])
  723. string{\rtf\b hebrevc} (string hebrew_text [, int max_chars_per_line])
  724. int{\rtf\b hexdec} (string hex_string)
  725. mixed{\rtf\b highlight_file} (string filename [, bool return])
  726. mixed{\rtf\b highlight_string} (string str [, bool return])
  727. string{\rtf\b html_entity_decode} (string string [, int quote_style [, string charset]])
  728. string{\rtf\b htmlentities} (string string [, int quote_style [, string charset]])
  729. string{\rtf\b htmlspecialchars} (string string [, int quote_style [, string charset]])
  730. string{\rtf\b hw_array2objrec} (array object_array)
  731. void{\rtf\b hw_changeobject} (int link, int objid, array attributes)
  732. array{\rtf\b hw_children} (int connection, int objectID)
  733. array{\rtf\b hw_childrenobj} (int connection, int objectID)
  734. int{\rtf\b hw_close} (int connection)
  735. int{\rtf\b hw_connect} (string host, int port, string username, string password)
  736. void{\rtf\b hw_connection_info} (int link)
  737. int{\rtf\b hw_cp} (int connection, array object_id_array, int destination_id)
  738. int{\rtf\b hw_deleteobject} (int connection, int object_to_delete)
  739. int{\rtf\b hw_docbyanchor} (int connection, int anchorID)
  740. string{\rtf\b hw_docbyanchorobj} (int connection, int anchorID)
  741. string{\rtf\b hw_document_attributes} (int hw_document)
  742. string{\rtf\b hw_document_bodytag} (int hw_document)
  743. string{\rtf\b hw_document_content} (int hw_document)
  744. string{\rtf\b hw_document_setcontent} (int hw_document, string content)
  745. int{\rtf\b hw_document_size} (int hw_document)
  746. string{\rtf\b hw_dummy} (int link, int id, int msgid)
  747. int{\rtf\b hw_edittext} (int connection, int hw_document)
  748. int{\rtf\b hw_error} (int connection)
  749. string{\rtf\b hw_errormsg} (int connection)
  750. int{\rtf\b hw_free_document} (int hw_document)
  751. array{\rtf\b hw_getanchors} (int connection, int objectID)
  752. array{\rtf\b hw_getanchorsobj} (int connection, int objectID)
  753. string{\rtf\b hw_getandlock} (int connection, int objectID)
  754. array{\rtf\b hw_getchildcoll} (int connection, int objectID)
  755. array{\rtf\b hw_getchildcollobj} (int connection, int objectID)
  756. array{\rtf\b hw_getchilddoccoll} (int connection, int objectID)
  757. array{\rtf\b hw_getchilddoccollobj} (int connection, int objectID)
  758. array{\rtf\b hw_getobject} (int connection, mixed objectID, string query)
  759. array{\rtf\b hw_getobjectbyquery} (int connection, string query, int max_hits)
  760. array{\rtf\b hw_getobjectbyquerycoll} (int connection, int objectID, string query, int max_hits)
  761. array{\rtf\b hw_getobjectbyquerycollobj} (int connection, int objectID, string query, int max_hits)
  762. array{\rtf\b hw_getobjectbyqueryobj} (int connection, string query, int max_hits)
  763. array{\rtf\b hw_getparents} (int connection, int objectID)
  764. array{\rtf\b hw_getparentsobj} (int connection, int objectID)
  765. string{\rtf\b hw_getrellink} (int link, int rootid, int sourceid, int destid)
  766. int{\rtf\b hw_getremote} (int connection, int objectID)
  767. int{\rtf\b hw_getremotechildren} (int connection, string object_record)
  768. array{\rtf\b hw_getsrcbydestobj} (int connection, int objectID)
  769. int{\rtf\b hw_gettext} (int connection, int objectID [, mixed rootID/prefix])
  770. string{\rtf\b hw_getusername} (int connection)
  771. int{\rtf\b hw_identify} (string username, string password)
  772. array{\rtf\b hw_incollections} (int connection, array object_id_array, array collection_id_array, int return_collections)
  773. string{\rtf\b hw_info} (int connection)
  774. int{\rtf\b hw_inscoll} (int connection, int objectID, array object_array)
  775. int{\rtf\b hw_insdoc} (int connection, int parentID, string object_record, string text)
  776. string{\rtf\b hw_insertanchors} (int hwdoc, array anchorecs, array dest [, array urlprefixes])
  777. int{\rtf\b hw_insertdocument} (int connection, int parent_id, int hw_document)
  778. int{\rtf\b hw_insertobject} (int connection, string object_rec, string parameter)
  779. int{\rtf\b hw_mapid} (int connection, int server_id, int object_id)
  780. int{\rtf\b hw_modifyobject} (int connection, int object_to_change, array remove, array add, int mode)
  781. int{\rtf\b hw_mv} (int connection, array object_id_array, int source_id, int destination_id)
  782. int{\rtf\b hw_new_document} (string object_record, string document_data, int document_size)
  783. array{\rtf\b hw_objrec2array} (string object_record [, array format])
  784. int{\rtf\b hw_output_document} (int hw_document)
  785. int{\rtf\b hw_pconnect} (string host, int port, string username, string password)
  786. int{\rtf\b hw_pipedocument} (int connection, int objectID)
  787. int{\rtf\b hw_root} ()
  788. void{\rtf\b hw_setlinkroot} (int link, int rootid)
  789. string{\rtf\b hw_stat} (int link)
  790. int{\rtf\b hw_unlock} (int connection, int objectID)
  791. int{\rtf\b hw_who} (int connection)
  792. object{\rtf\b hwapi_hgcsp} (string hostname [, int port])
  793. float{\rtf\b hypot} (float num1, float num2)
  794. bool{\rtf\b ibase_add_user} (string server, string dba_user_name, string dba_user_password, string user_name, string password [, string first_name [, string middle_name [, string last_name]]])
  795. bool{\rtf\b ibase_blob_add} (int blob_id, string data)
  796. bool{\rtf\b ibase_blob_cancel} (int blob_id)
  797. bool{\rtf\b ibase_blob_close} (int blob_id)
  798. int{\rtf\b ibase_blob_create} ([resource link_identifier])
  799. bool{\rtf\b ibase_blob_echo} (string blob_id_str)
  800. string{\rtf\b ibase_blob_get} (int blob_id, int len)
  801. string{\rtf\b ibase_blob_import} ([resource link_identifier, int file_id])
  802. object{\rtf\b ibase_blob_info} (string blob_id_str)
  803. int{\rtf\b ibase_blob_open} (string blob_id)
  804. bool{\rtf\b ibase_close} ([resource connection_id])
  805. bool{\rtf\b ibase_commit} ([resource link_identifier, int trans_number])
  806. resource{\rtf\b ibase_connect} (string database [, string username [, string password [, string charset [, int buffers [, int dialect [, string role]]]]]])
  807. bool{\rtf\b ibase_delete_user} (string server, string dba_user_name, string dba_user_password, string user_name)
  808. string{\rtf\b ibase_errmsg} (void)
  809. resource{\rtf\b ibase_execute} (resource query [, int bind_args])
  810. array{\rtf\b ibase_fetch_assoc} (resource result [, int blob_flag])
  811. object{\rtf\b ibase_fetch_object} (resource result_id [, int blob_flag])
  812. array{\rtf\b ibase_fetch_row} (resource result_identifier [, int blob_flag])
  813. array{\rtf\b ibase_field_info} (resource result, int field_number)
  814. bool{\rtf\b ibase_free_query} (resource query)
  815. bool{\rtf\b ibase_free_result} (resource result_identifier)
  816. bool{\rtf\b ibase_modify_user} (string server, string dba_user_name, string dba_user_password, string user_name, string password [, string first_name [, string middle_name [, string last_name]]])
  817. int{\rtf\b ibase_num_fields} (resource result_id)
  818. resource{\rtf\b ibase_pconnect} (string database [, string username [, string password [, string charset [, int buffers [, int dialect [, string role]]]]]])
  819. resource{\rtf\b ibase_prepare} ([resource link_identifier, string query])
  820. resource{\rtf\b ibase_query} ([resource link_identifier, string query [, int bind_args]])
  821. bool{\rtf\b ibase_rollback} ([resource link_identifier, int trans_number])
  822. int{\rtf\b ibase_timefmt} (string format [, int columntype])
  823. resource{\rtf\b ibase_trans} ([int trans_args [, resource link_identifier]])
  824. string{\rtf\b iconv} (string in_charset, string out_charset, string str)
  825. array{\rtf\b iconv_get_encoding} ([string type])
  826. bool{\rtf\b iconv_set_encoding} (string type, string charset)
  827. int{\rtf\b ifx_affected_rows} (int result_id)
  828. void{\rtf\b ifx_blobinfile_mode} (int mode)
  829. void{\rtf\b ifx_byteasvarchar} (int mode)
  830. int{\rtf\b ifx_close} ([int link_identifier])
  831. int{\rtf\b ifx_connect} ([string database [, string userid [, string password]]])
  832. int{\rtf\b ifx_copy_blob} (int bid)
  833. int{\rtf\b ifx_create_blob} (int type, int mode, string param)
  834. int{\rtf\b ifx_create_char} (string param)
  835. int{\rtf\b ifx_do} (int result_id)
  836. string{\rtf\b ifx_error} (void)
  837. string{\rtf\b ifx_errormsg} ([int errorcode])
  838. array{\rtf\b ifx_fetch_row} (int result_id [, mixed position])
  839. array{\rtf\b ifx_fieldproperties} (int result_id)
  840. array{\rtf\b ifx_fieldtypes} (int result_id)
  841. int{\rtf\b ifx_free_blob} (int bid)
  842. int{\rtf\b ifx_free_char} (int bid)
  843. int{\rtf\b ifx_free_result} (int result_id)
  844. int{\rtf\b ifx_get_blob} (int bid)
  845. int{\rtf\b ifx_get_char} (int bid)
  846. array{\rtf\b ifx_getsqlca} (int result_id)
  847. int{\rtf\b ifx_htmltbl_result} (int result_id [, string html_table_options])
  848. void{\rtf\b ifx_nullformat} (int mode)
  849. int{\rtf\b ifx_num_fields} (int result_id)
  850. int{\rtf\b ifx_num_rows} (int result_id)
  851. int{\rtf\b ifx_pconnect} ([string database [, string userid [, string password]]])
  852. int{\rtf\b ifx_prepare} (string query, int conn_id [, int cursor_def, mixed blobidarray])
  853. int{\rtf\b ifx_query} (string query, int link_identifier [, int cursor_type [, mixed blobidarray]])
  854. void{\rtf\b ifx_textasvarchar} (int mode)
  855. bool{\rtf\b ifx_update_blob} (int bid, string content)
  856. int{\rtf\b ifx_update_char} (int bid, string content)
  857. int{\rtf\b ifxus_close_slob} (int bid)
  858. int{\rtf\b ifxus_create_slob} (int mode)
  859. int{\rtf\b ifxus_free_slob} (int bid)
  860. int{\rtf\b ifxus_open_slob} (long bid, int mode)
  861. int{\rtf\b ifxus_read_slob} (long bid, long nbytes)
  862. int{\rtf\b ifxus_seek_slob} (long bid, int mode, long offset)
  863. int{\rtf\b ifxus_tell_slob} (long bid)
  864. int{\rtf\b ifxus_write_slob} (long bid, string content)
  865. int{\rtf\b ignore_user_abort} ([bool setting])
  866. int{\rtf\b image2wbmp} (resource image [, string filename [, int threshold]])
  867. string{\rtf\b image_type_to_mime_type} (int imagetype)
  868. int{\rtf\b imagealphablending} (resource image, bool blendmode)
  869. bool{\rtf\b imageantialias} (int im, bool on)
  870. int{\rtf\b imagearc} (resource image, int cx, int cy, int w, int h, int s, int e, int color)
  871. int{\rtf\b imagechar} (resource image, int font, int x, int y, string c, int color)
  872. int{\rtf\b imagecharup} (resource image, int font, int x, int y, string c, int color)
  873. int{\rtf\b imagecolorallocate} (resource image, int red, int green, int blue)
  874. int{\rtf\b imagecolorallocatealpha} (resource image, int red, int green, int blue, int alpha)
  875. int{\rtf\b imagecolorat} (resource image, int x, int y)
  876. int{\rtf\b imagecolorclosest} (resource image, int red, int green, int blue)
  877. int{\rtf\b imagecolorclosestalpha} (resource image, int red, int green, int blue, int alpha)
  878. int{\rtf\b imagecolorclosesthwb} (resource image, int red, int green, int blue)
  879. int{\rtf\b imagecolordeallocate} (resource image, int color)
  880. int{\rtf\b imagecolorexact} (resource image, int red, int green, int blue)
  881. int{\rtf\b imagecolorexactalpha} (resource image, int red, int green, int blue, int alpha)
  882. bool{\rtf\b imagecolormatch} (resource image1, resource image2)
  883. int{\rtf\b imagecolorresolve} (resource image, int red, int green, int blue)
  884. int{\rtf\b imagecolorresolvealpha} (resource image, int red, int green, int blue, int alpha)
  885. bool{\rtf\b imagecolorset} (resource image, int index, int red, int green, int blue)
  886. array{\rtf\b imagecolorsforindex} (resource image, int index)
  887. int{\rtf\b imagecolorstotal} (resource image)
  888. int{\rtf\b imagecolortransparent} (resource image [, int color])
  889. int{\rtf\b imagecopy} (resource dst_im, resource src_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h)
  890. int{\rtf\b imagecopymerge} (resource dst_im, resource src_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h, int pct)
  891. int{\rtf\b imagecopymergegray} (resource dst_im, resource src_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h, int pct)
  892. int{\rtf\b imagecopyresampled} (resource dst_im, resource src_im, int dstX, int dstY, int srcX, int srcY, int dstW, int dstH, int srcW, int srcH)
  893. int{\rtf\b imagecopyresized} (resource dst_im, resource src_im, int dstX, int dstY, int srcX, int srcY, int dstW, int dstH, int srcW, int srcH)
  894. resource{\rtf\b imagecreate} (int x_size, int y_size)
  895. resource{\rtf\b imagecreatefromgd} (string filename)
  896. resource{\rtf\b imagecreatefromgd2} (string filename)
  897. resource{\rtf\b imagecreatefromgd2part} (string filename, int srcX, int srcY, int width, int height)
  898. resource{\rtf\b imagecreatefromgif} (string filename)
  899. resource{\rtf\b imagecreatefromjpeg} (string filename)
  900. resource{\rtf\b imagecreatefrompng} (string filename)
  901. resource{\rtf\b imagecreatefromstring} (string image)
  902. resource{\rtf\b imagecreatefromwbmp} (string filename)
  903. resource{\rtf\b imagecreatefromxbm} (string filename)
  904. resource{\rtf\b imagecreatefromxpm} (string filename)
  905. resource{\rtf\b imagecreatetruecolor} (int x_size, int y_size)
  906. int{\rtf\b imagedashedline} (resource image, int x1, int y1, int x2, int y2, int color)
  907. int{\rtf\b imagedestroy} (resource image)
  908. int{\rtf\b imageellipse} (resource image, int cx, int cy, int w, int h, int color)
  909. int{\rtf\b imagefill} (resource image, int x, int y, int color)
  910. int{\rtf\b imagefilledarc} (resource image, int cx, int cy, int w, int h, int s, int e, int color, int style)
  911. int{\rtf\b imagefilledellipse} (resource image, int cx, int cy, int w, int h, int color)
  912. int{\rtf\b imagefilledpolygon} (resource image, array points, int num_points, int color)
  913. int{\rtf\b imagefilledrectangle} (resource image, int x1, int y1, int x2, int y2, int color)
  914. int{\rtf\b imagefilltoborder} (resource image, int x, int y, int border, int color)
  915. int{\rtf\b imagefontheight} (int font)
  916. int{\rtf\b imagefontwidth} (int font)
  917. array{\rtf\b imageftbbox} (int size, int angle, string font_file, string text [, array extrainfo])
  918. array{\rtf\b imagefttext} (resource image, int size, int angle, int x, int y, int col, string font_file, string text [, array extrainfo])
  919. int{\rtf\b imagegammacorrect} (resource image, float inputgamma, float outputgamma)
  920. int{\rtf\b imagegd} (resource image [, string filename])
  921. int{\rtf\b imagegd2} (resource image [, string filename [, int chunk_size [, int type]]])
  922. int{\rtf\b imagegif} (resource image [, string filename])
  923. int{\rtf\b imageinterlace} (resource image [, int interlace])
  924. bool{\rtf\b imageistruecolor} (resource image)
  925. int{\rtf\b imagejpeg} (resource image [, string filename [, int quality]])
  926. int{\rtf\b imageline} (resource image, int x1, int y1, int x2, int y2, int color)
  927. int{\rtf\b imageloadfont} (string file)
  928. int{\rtf\b imagepalettecopy} (resource destination, resource source)
  929. int{\rtf\b imagepng} (resource image [, string filename])
  930. int{\rtf\b imagepolygon} (resource image, array points, int num_points, int color)
  931. array{\rtf\b imagepsbbox} (string text, int font, int size [, int space [, int tightness [, float angle]]])
  932. int{\rtf\b imagepscopyfont} (int fontindex)
  933. int{\rtf\b imagepsencodefont} (int font_index, string encodingfile)
  934. bool{\rtf\b imagepsextendfont} (int font_index, float extend)
  935. void{\rtf\b imagepsfreefont} (int fontindex)
  936. int{\rtf\b imagepsloadfont} (string filename)
  937. bool{\rtf\b imagepsslantfont} (int font_index, float slant)
  938. array{\rtf\b imagepstext} (resource image, string text, int font, int size, int foreground, int background, int x, int y [, int space [, int tightness [, float angle [, int antialias_steps]]]])
  939. int{\rtf\b imagerectangle} (resource image, int x1, int y1, int x2, int y2, int col)
  940. resource{\rtf\b imagerotate} (resource src_im, float angle, int bgd_color)
  941. bool{\rtf\b imagesavealpha} (resource image, bool saveflag)
  942. int{\rtf\b imagesetbrush} (resource image, resource brush)
  943. int{\rtf\b imagesetpixel} (resource image, int x, int y, int color)
  944. int{\rtf\b imagesetstyle} (resource image, array style)
  945. void{\rtf\b imagesetthickness} (resource image, int thickness)
  946. int{\rtf\b imagesettile} (resource image, resource tile)
  947. int{\rtf\b imagestring} (resource image, int font, int x, int y, string s, int col)
  948. int{\rtf\b imagestringup} (resource image, int font, int x, int y, string s, int col)
  949. int{\rtf\b imagesx} (resource image)
  950. int{\rtf\b imagesy} (resource image)
  951. void{\rtf\b imagetruecolortopalette} (resource image, bool dither, int ncolors)
  952. array{\rtf\b imagettfbbox} (int size, int angle, string fontfile, string text)
  953. array{\rtf\b imagettftext} (resource image, int size, int angle, int x, int y, int color, string fontfile, string text)
  954. int{\rtf\b imagetypes} (void)
  955. int{\rtf\b imagewbmp} (resource image [, string filename [, int foreground]])
  956. string{\rtf\b imap_8bit} (string string)
  957. array{\rtf\b imap_alerts} (void)
  958. bool{\rtf\b imap_append} (resource imap_stream, string mbox, string message [, string options])
  959. string{\rtf\b imap_base64} (string text)
  960. string{\rtf\b imap_binary} (string string)
  961. string{\rtf\b imap_body} (resource imap_stream, int msg_number [, int options])
  962. object{\rtf\b imap_bodystruct} (resource stream_id, int msg_no, int section)
  963. object{\rtf\b imap_check} (resource imap_stream)
  964. bool{\rtf\b imap_clearflag_full} (resource stream, string sequence, string flag, string options)
  965. bool{\rtf\b imap_close} (resource imap_stream [, int flag])
  966. bool{\rtf\b imap_createmailbox} (resource imap_stream, string mbox)
  967. bool{\rtf\b imap_delete} (int imap_stream, int msg_number [, int options])
  968. bool{\rtf\b imap_deletemailbox} (resource imap_stream, string mbox)
  969. array{\rtf\b imap_errors} (void)
  970. bool{\rtf\b imap_expunge} (resource imap_stream)
  971. array{\rtf\b imap_fetch_overview} (resource imap_stream, string sequence [, int options])
  972. string{\rtf\b imap_fetchbody} (resource imap_stream, int msg_number, string part_number [, flags options])
  973. string{\rtf\b imap_fetchheader} (resource imap_stream, int msgno, int options)
  974. object{\rtf\b imap_fetchstructure} (resource imap_stream, int msg_number [, int options])
  975. array{\rtf\b imap_get_quota} (resource imap_stream, string quota_root)
  976. array{\rtf\b imap_get_quotaroot} (resource imap_stream, string quota_root)
  977. array{\rtf\b imap_getmailboxes} (resource imap_stream, string ref, string pattern)
  978. array{\rtf\b imap_getsubscribed} (resource imap_stream, string ref, string pattern)
  979. object{\rtf\b imap_header} (resource imap_stream, int msg_number [, int fromlength [, int subjectlength [, string defaulthost]]])
  980. object{\rtf\b imap_headerinfo} (resource imap_stream, int msg_number [, int fromlength [, int subjectlength [, string defaulthost]]])
  981. array{\rtf\b imap_headers} (resource imap_stream)
  982. string{\rtf\b imap_last_error} (void)
  983. array{\rtf\b imap_list} (resource imap_stream, string ref, string pattern)
  984. array{\rtf\b imap_listmailbox} (resource imap_stream, string ref, string pattern)
  985. array{\rtf\b imap_listscan} (resource imap_stream, string ref, string pattern, string content)
  986. array{\rtf\b imap_listsubscribed} (resource imap_stream, string ref, string pattern)
  987. array{\rtf\b imap_lsub} (resource imap_stream, string ref, string pattern)
  988. string{\rtf\b imap_mail} (string to, string subject, string message [, string additional_headers [, string cc [, string bcc [, string rpath]]]])
  989. string{\rtf\b imap_mail_compose} (array envelope, array body)
  990. bool{\rtf\b imap_mail_copy} (resource imap_stream, string msglist, string mbox [, int options])
  991. bool{\rtf\b imap_mail_move} (resource imap_stream, string msglist, string mbox [, int options])
  992. object{\rtf\b imap_mailboxmsginfo} (resource imap_stream)
  993. array{\rtf\b imap_mime_header_decode} (string text)
  994. int{\rtf\b imap_msgno} (resource imap_stream, int uid)
  995. int{\rtf\b imap_num_msg} (resource imap_stream)
  996. int{\rtf\b imap_num_recent} (resource imap_stream)
  997. resource{\rtf\b imap_open} (string mailbox, string username, string password [, int options])
  998. bool{\rtf\b imap_ping} (resource imap_stream)
  999. string{\rtf\b imap_qprint} (string string)
  1000. bool{\rtf\b imap_renamemailbox} (resource imap_stream, string old_mbox, string new_mbox)
  1001. bool{\rtf\b imap_reopen} (resource imap_stream, string mailbox [, string options])
  1002. array{\rtf\b imap_rfc822_parse_adrlist} (string address, string default_host)
  1003. object{\rtf\b imap_rfc822_parse_headers} (string headers [, string defaulthost])
  1004. string{\rtf\b imap_rfc822_write_address} (string mailbox, string host, string personal)
  1005. array{\rtf\b imap_listscan} (resource imap_stream, string ref, string pattern, string content)
  1006. array{\rtf\b imap_search} (resource imap_stream, string criteria, int options)
  1007. bool{\rtf\b imap_set_quota} (resource imap_stream, string quota_root, int quota_limit)
  1008. bool{\rtf\b imap_setacl} (resource stream_id, string mailbox, string id, string rights)
  1009. bool{\rtf\b imap_setflag_full} (resource stream, string sequence, string flag, string options)
  1010. array{\rtf\b imap_sort} (resource stream, int criteria, int reverse [, int options [, string search_criteria]])
  1011. object{\rtf\b imap_status} (resource imap_stream, string mailbox, int options)
  1012. bool{\rtf\b imap_subscribe} (resource imap_stream, string mbox)
  1013. array{\rtf\b imap_thread} (resource stream_id [, int options])
  1014. int{\rtf\b imap_uid} (resource imap_stream, int msgno)
  1015. bool{\rtf\b imap_undelete} (resource imap_stream, int msg_number)
  1016. bool{\rtf\b imap_unsubscribe} (string imap_stream, string mbox)
  1017. string{\rtf\b imap_utf7_decode} (string text)
  1018. string{\rtf\b imap_utf7_encode} (string data)
  1019. string{\rtf\b imap_utf8} (string mime_encoded_text)
  1020. string{\rtf\b implode} (string glue, array pieces)
  1021. bool{\rtf\b import_request_variables} (string types [, string prefix])
  1022. bool{\rtf\b in_array} (mixed needle, array haystack [, bool strict])
  1023. bool{\rtf\b ingres_autocommit} ([resource link])
  1024. bool{\rtf\b ingres_close} ([resource link])
  1025. bool{\rtf\b ingres_commit} ([resource link])
  1026. resource{\rtf\b ingres_connect} ([string database [, string username [, string password]]])
  1027. array{\rtf\b ingres_fetch_array} ([int result_type [, resource link]])
  1028. object{\rtf\b ingres_fetch_object} ([int result_type [, resource link]])
  1029. array{\rtf\b ingres_fetch_row} ([resource link])
  1030. int{\rtf\b ingres_field_length} (int index [, resource link])
  1031. string{\rtf\b ingres_field_name} (int index [, resource link])
  1032. bool{\rtf\b ingres_field_nullable} (int index [, resource link])
  1033. int{\rtf\b ingres_field_precision} (int index [, resource link])
  1034. int{\rtf\b ingres_field_scale} (int index [, resource link])
  1035. string{\rtf\b ingres_field_type} (int index [, resource link])
  1036. int{\rtf\b ingres_num_fields} ([resource link])
  1037. int{\rtf\b ingres_num_rows} ([resource link])
  1038. resource{\rtf\b ingres_pconnect} ([string database [, string username [, string password]]])
  1039. bool{\rtf\b ingres_query} (string query [, resource link])
  1040. bool{\rtf\b ingres_rollback} ([resource link])
  1041. string{\rtf\b ini_alter} (string varname, string newvalue)
  1042. string{\rtf\b ini_get} (string varname)
  1043. array{\rtf\b ini_get_all} ([string extension])
  1044. string{\rtf\b ini_restore} (string varname)
  1045. string{\rtf\b ini_set} (string varname, string newvalue)
  1046. int{\rtf\b intval} (mixed var [, int base])
  1047. int{\rtf\b ip2long} (string ip_address)
  1048. array{\rtf\b iptcembed} (string iptcdata, string jpeg_file_name [, int spool])
  1049. array{\rtf\b iptcparse} (string iptcblock)
  1050. bool{\rtf\b ircg_channel_mode} (resource connection, string channel, string mode_spec, string nick)
  1051. bool{\rtf\b ircg_disconnect} (resource connection, string reason)
  1052. array{\rtf\b ircg_fetch_error_msg} (resource connection)
  1053. string{\rtf\b ircg_get_username} (resource connection)
  1054. bool{\rtf\b ircg_html_encode} (string html_string)
  1055. bool{\rtf\b ircg_ignore_add} (resource connection, string nick)
  1056. bool{\rtf\b ircg_ignore_del} (resource connection, string nick)
  1057. bool{\rtf\b ircg_is_conn_alive} (resource connection)
  1058. bool{\rtf\b ircg_join} (resource connection, string channel [, string key])
  1059. bool{\rtf\b ircg_kick} (resource connection, string channel, string nick, string reason)
  1060. bool{\rtf\b ircg_lookup_format_messages} (string name)
  1061. bool{\rtf\b ircg_msg} (resource connection, string recipient, string message [, boolean suppress])
  1062. bool{\rtf\b ircg_nick} (resource connection, string nick)
  1063. string{\rtf\b ircg_nickname_escape} (string nick)
  1064. string{\rtf\b ircg_nickname_unescape} (string nick)
  1065. bool{\rtf\b ircg_notice} (resource connection, string , string message)
  1066. bool{\rtf\b ircg_part} (resource connection, string channel)
  1067. resource{\rtf\b ircg_pconnect} (string username [, string server_ip [, int server_port [, string msg_format [, array ctcp_messages [, array user_settings]]]]])
  1068. bool{\rtf\b ircg_register_format_messages} (string name, array messages)
  1069. bool{\rtf\b ircg_set_current} (resource connection)
  1070. bool{\rtf\b ircg_set_file} (resource connection, string path)
  1071. bool{\rtf\b ircg_set_on_die} (resource connection, string host, int port, string data)
  1072. bool{\rtf\b ircg_topic} (resource connection, string channel, string new_topic)
  1073. bool{\rtf\b ircg_whois} (resource connection, string nick)
  1074. bool{\rtf\b is_a} (object object, string class_name)
  1075. bool{\rtf\b is_array} (mixed var)
  1076. bool{\rtf\b is_bool} (mixed var)
  1077. bool{\rtf\b is_callable} (mixed var [, bool syntax_only [, string callable_name]])
  1078. bool{\rtf\b is_dir} (string filename)
  1079. bool{\rtf\b is_double} (mixed var)
  1080. bool{\rtf\b is_executable} (string filename)
  1081. bool{\rtf\b is_file} (string filename)
  1082. bool{\rtf\b is_finite} (float val)
  1083. bool{\rtf\b is_float} (mixed var)
  1084. bool{\rtf\b is_infinite} (float val)
  1085. bool{\rtf\b is_int} (mixed var)
  1086. bool{\rtf\b is_int} (mixed var)
  1087. bool{\rtf\b is_link} (string filename)
  1088. bool{\rtf\b is_long} (mixed var)
  1089. bool{\rtf\b is_nan} (float val)
  1090. bool{\rtf\b is_null} (mixed var)
  1091. bool{\rtf\b is_numeric} (mixed var)
  1092. bool{\rtf\b is_object} (mixed var)
  1093. bool{\rtf\b is_readable} (string filename)
  1094. bool{\rtf\b is_float} (mixed var)
  1095. bool{\rtf\b is_resource} (mixed var)
  1096. bool{\rtf\b is_scalar} (mixed var)
  1097. bool{\rtf\b is_string} (mixed var)
  1098. bool{\rtf\b is_subclass_of} (object object, string class_name)
  1099. bool{\rtf\b is_uploaded_file} (string filename)
  1100. bool{\rtf\b is_writable} (string filename)
  1101. bool{\rtf\b is_writeable} (string filename)
  1102. bool{\rtf\b isset} (mixed var [, mixed var [, ...]])
  1103. void{\rtf\b java_last_exception_clear} (void)
  1104. exception{\rtf\b java_last_exception_get} (void)
  1105. mixed{\rtf\b jddayofweek} (int julianday, int mode)
  1106. string{\rtf\b jdmonthname} (int julianday, int mode)
  1107. string{\rtf\b jdtofrench} (int juliandaycount)
  1108. string{\rtf\b jdtogregorian} (int julianday)
  1109. string{\rtf\b jdtojewish} (int juliandaycount [, bool hebrew [, int fl]])
  1110. string{\rtf\b jdtojulian} (int julianday)
  1111. int{\rtf\b jdtounix} (int jday)
  1112. int{\rtf\b jewishtojd} (int month, int day, int year)
  1113. string{\rtf\b join} (string glue, array pieces)
  1114. int{\rtf\b jpeg2wbmp} (string jpegname, string wbmpname, int d_height, int d_width, int threshold)
  1115. int{\rtf\b juliantojd} (int month, int day, int year)
  1116. mixed{\rtf\b key} (array array)
  1117. int{\rtf\b krsort} (array array [, int sort_flags])
  1118. int{\rtf\b ksort} (array array [, int sort_flags])
  1119. float{\rtf\b lcg_value} (void)
  1120. string{\rtf\b ldap_8859_to_t61} (string value)
  1121. bool{\rtf\b ldap_add} (resource link_identifier, string dn, array entry)
  1122. bool{\rtf\b ldap_bind} (resource link_identifier [, string bind_rdn [, string bind_password]])
  1123. bool{\rtf\b ldap_close} (resource link_identifier)
  1124. bool{\rtf\b ldap_compare} (resource link_identifier, string dn, string attribute, string value)
  1125. resource{\rtf\b ldap_connect} ([string hostname [, int port]])
  1126. int{\rtf\b ldap_count_entries} (resource link_identifier, resource result_identifier)
  1127. bool{\rtf\b ldap_delete} (resource link_identifier, string dn)
  1128. string{\rtf\b ldap_dn2ufn} (string dn)
  1129. string{\rtf\b ldap_err2str} (int errno)
  1130. int{\rtf\b ldap_errno} (resource link_identifier)
  1131. string{\rtf\b ldap_error} (resource link_identifier)
  1132. array{\rtf\b ldap_explode_dn} (string dn, int with_attrib)
  1133. string{\rtf\b ldap_first_attribute} (resource link_identifier, resource result_entry_identifier, int ber_identifier)
  1134. resource{\rtf\b ldap_first_entry} (resource link_identifier, resource result_identifier)
  1135. resource{\rtf\b ldap_first_reference} (resource link, resource result)
  1136. bool{\rtf\b ldap_free_result} (resource result_identifier)
  1137. array{\rtf\b ldap_get_attributes} (resource link_identifier, resource result_entry_identifier)
  1138. string{\rtf\b ldap_get_dn} (resource link_identifier, resource result_entry_identifier)
  1139. array{\rtf\b ldap_get_entries} (resource link_identifier, resource result_identifier)
  1140. bool{\rtf\b ldap_get_option} (resource link_identifier, int option, mixed retval)
  1141. array{\rtf\b ldap_get_values} (resource link_identifier, resource result_entry_identifier, string attribute)
  1142. array{\rtf\b ldap_get_values_len} (resource link_identifier, resource result_entry_identifier, string attribute)
  1143. resource{\rtf\b ldap_list} (resource link_identifier, string base_dn, string filter [, array attributes [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]])
  1144. bool{\rtf\b ldap_mod_add} (resource link_identifier, string dn, array entry)
  1145. bool{\rtf\b ldap_mod_del} (resource link_identifier, string dn, array entry)
  1146. bool{\rtf\b ldap_mod_replace} (resoure link_identifier, string dn, array entry)
  1147. bool{\rtf\b ldap_modify} (resource link_identifier, string dn, array entry)
  1148. string{\rtf\b ldap_next_attribute} (resource link_identifier, resource result_entry_identifier, resource ber_identifier)
  1149. resource{\rtf\b ldap_next_entry} (resource link_identifier, resource result_entry_identifier)
  1150. resource{\rtf\b ldap_next_reference} (resource link, resource entry)
  1151. bool{\rtf\b ldap_parse_reference} (resource link, resource entry, array referrals)
  1152. bool{\rtf\b ldap_parse_result} (resource link, resource result, int errcode, string matcheddn, string errmsg, array referrals)
  1153. resource{\rtf\b ldap_read} (resource link_identifier, string base_dn, string filter [, array attributes [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]])
  1154. bool{\rtf\b ldap_rename} (resource link_identifier, string dn, string newrdn, string newparent, bool deleteoldrdn)
  1155. resource{\rtf\b ldap_search} (resource link_identifier, string base_dn, string filter [, array attributes [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]])
  1156. bool{\rtf\b ldap_set_option} (resource link_identifier, int option, mixed newval)
  1157. bool{\rtf\b ldap_set_rebind_proc} (resource link, string callback)
  1158. bool{\rtf\b ldap_sort} (resource link, resource result, string sortfilter)
  1159. bool{\rtf\b ldap_start_tls} (resource link)
  1160. string{\rtf\b ldap_t61_to_8859} (string value)
  1161. bool{\rtf\b ldap_unbind} (resource link_identifier)
  1162. int{\rtf\b levenshtein} (string str1, string str2)
  1163. bool{\rtf\b link} (string target, string link)
  1164. int{\rtf\b linkinfo} (string path)
  1165. void{\rtf\b list} (mixed ...)
  1166. array{\rtf\b localeconv} (void)
  1167. array{\rtf\b localtime} ([int timestamp [, bool is_associative]])
  1168. float{\rtf\b log} (float arg [, float base])
  1169. float{\rtf\b log10} (float arg)
  1170. float{\rtf\b log1p} (float number)
  1171. string{\rtf\b long2ip} (int proper_address)
  1172. array{\rtf\b lstat} (string filename)
  1173. string{\rtf\b ltrim} (string str [, string charlist])
  1174. bool{\rtf\b mail} (string to, string subject, string message [, string additional_headers [, string additional_parameters]])
  1175. int{\rtf\b mailparse_determine_best_xfer_encoding} (resource fp)
  1176. int{\rtf\b mailparse_msg_create} (void)
  1177. void{\rtf\b mailparse_msg_extract_part} (resource rfc2045, string msgbody [, string callbackfunc])
  1178. string{\rtf\b mailparse_msg_extract_part_file} (resource rfc2045, string filename [, string callbackfunc])
  1179. void{\rtf\b mailparse_msg_free} (resource rfc2045buf)
  1180. int{\rtf\b mailparse_msg_get_part} (resource rfc2045, string mimesection)
  1181. array{\rtf\b mailparse_msg_get_part_data} (resource rfc2045)
  1182. array{\rtf\b mailparse_msg_get_structure} (resource rfc2045)
  1183. void{\rtf\b mailparse_msg_parse} (resource rfc2045buf, string data)
  1184. resource{\rtf\b mailparse_msg_parse_file} (string filename)
  1185. array{\rtf\b mailparse_rfc822_parse_addresses} (string addresses)
  1186. bool{\rtf\b mailparse_stream_encode} (resource sourcefp, resource destfp, string encoding)
  1187. array{\rtf\b mailparse_uudecode_all} (resource fp)
  1188. main(){\rtf\b - Dummy for mai}n()
  1189. mixed{\rtf\b max} (number arg1, number arg2 [, number ...])
  1190. string{\rtf\b mb_convert_case} (string str, int mode [, string encoding])
  1191. string{\rtf\b mb_convert_encoding} (string str, string to-encoding [, mixed from-encoding])
  1192. string{\rtf\b mb_convert_kana} (string str, string option [, mixed encoding])
  1193. string{\rtf\b mb_convert_variables} (string to-encoding, mixed from-encoding, mixed vars)
  1194. string{\rtf\b mb_decode_mimeheader} (string str)
  1195. string{\rtf\b mb_decode_numericentity} (string str, array convmap [, string encoding])
  1196. string{\rtf\b mb_detect_encoding} (string str [, mixed encoding-list])
  1197. array{\rtf\b mb_detect_order} ([mixed encoding-list])
  1198. string{\rtf\b mb_encode_mimeheader} (string str [, string charset [, string transfer-encoding [, string linefeed]]])
  1199. string{\rtf\b mb_encode_numericentity} (string str, array convmap [, string encoding])
  1200. int{\rtf\b mb_ereg} (string pattern, string string [, array regs])
  1201. bool{\rtf\b mb_ereg_match} (string pattern, string string [, string option])
  1202. string{\rtf\b mb_ereg_replace} (string pattern, string replacement, string string [, array option])
  1203. bool{\rtf\b mb_ereg_search} ([string pattern [, string option]])
  1204. array{\rtf\b mb_ereg_search_getpos} (void)
  1205. array{\rtf\b mb_ereg_search_getregs} (void)
  1206. array{\rtf\b mb_ereg_search_init} (string string [, string pattern [, string option]])
  1207. array{\rtf\b mb_ereg_search_pos} ([string pattern [, string option]])
  1208. array{\rtf\b mb_ereg_search_regs} ([string pattern [, string option]])
  1209. array{\rtf\b mb_ereg_search_setpos} (void)
  1210. int{\rtf\b mb_eregi} (string pattern, string string [, array regs])
  1211. string{\rtf\b mb_eregi_replace} (string pattern, string replace, string string)
  1212. string{\rtf\b mb_get_info} ([string type])
  1213. string{\rtf\b mb_http_input} ([string type])
  1214. string{\rtf\b mb_http_output} ([string encoding])
  1215. string{\rtf\b mb_internal_encoding} ([string encoding])
  1216. string{\rtf\b mb_language} ([string language])
  1217. string{\rtf\b mb_output_handler} (string contents, int status)
  1218. bool{\rtf\b mb_parse_str} (string encoded_string [, array result])
  1219. string{\rtf\b mb_preferred_mime_name} (string encoding)
  1220. string{\rtf\b mb_regex_encoding} ([string encoding])
  1221. string{\rtf\b mb_regex_set_options} ([string options])
  1222. bool{\rtf\b mb_send_mail} (string to, string subject, string message [, string additional_headers [, string additional_parameter]])
  1223. array{\rtf\b mb_split} (string pattern, string string [, int limit])
  1224. string{\rtf\b mb_strcut} (string str, int start [, int length [, string encoding]])
  1225. string{\rtf\b mb_strimwidth} (string str, int start, int width, string trimmarker [, string encoding])
  1226. string{\rtf\b mb_strlen} (string str [, string encoding])
  1227. int{\rtf\b mb_strpos} (string haystack, string needle [, int offset [, string encoding]])
  1228. int{\rtf\b mb_strrpos} (string haystack, string needle [, string encoding])
  1229. string{\rtf\b mb_strtolower} (string str [, string encoding])
  1230. string{\rtf\b mb_strtoupper} (string str [, string encoding])
  1231. int{\rtf\b mb_strwidth} (string str [, string encoding])
  1232. mixed{\rtf\b mb_substitute_character} ([mixed substrchar])
  1233. string{\rtf\b mb_substr} (string str, int start [, int length [, string encoding]])
  1234. int{\rtf\b mb_substr_count} (string haystack, string needle [, string encoding])
  1235. int{\rtf\b mcal_append_event} (int mcal_stream)
  1236. int{\rtf\b mcal_close} (int mcal_stream, int flags)
  1237. string{\rtf\b mcal_create_calendar} (int stream, string calendar)
  1238. int{\rtf\b mcal_date_compare} (int a_year, int a_month, int a_day, int b_year, int b_month, int b_day)
  1239. int{\rtf\b mcal_date_valid} (int year, int month, int day)
  1240. int{\rtf\b mcal_day_of_week} (int year, int month, int day)
  1241. int{\rtf\b mcal_day_of_year} (int year, int month, int day)
  1242. int{\rtf\b mcal_days_in_month} (int month, int leap_year)
  1243. string{\rtf\b mcal_delete_calendar} (int stream, string calendar)
  1244. int{\rtf\b mcal_delete_event} (int mcal_stream [, int event_id])
  1245. void{\rtf\b mcal_event_add_attribute} (int stream, string attribute, string value)
  1246. int{\rtf\b mcal_event_init} (int stream)
  1247. int{\rtf\b mcal_event_set_alarm} (int stream, int alarm)
  1248. int{\rtf\b mcal_event_set_category} (int stream, string category)
  1249. int{\rtf\b mcal_event_set_class} (int stream, int class)
  1250. int{\rtf\b mcal_event_set_description} (int stream, string description)
  1251. int{\rtf\b mcal_event_set_end} (int stream, int year, int month [, int day [, int hour [, int min [, int sec]]]])
  1252. int{\rtf\b mcal_event_set_recur_daily} (int stream, int year, int month, int day, int interval)
  1253. int{\rtf\b mcal_event_set_recur_monthly_mday} (int stream, int year, int month, int day, int interval)
  1254. int{\rtf\b mcal_event_set_recur_monthly_wday} (int stream, int year, int month, int day, int interval)
  1255. int{\rtf\b mcal_event_set_recur_none} (int stream)
  1256. int{\rtf\b mcal_event_set_recur_weekly} (int stream, int year, int month, int day, int interval, int weekdays)
  1257. int{\rtf\b mcal_event_set_recur_yearly} (int stream, int year, int month, int day, int interval)
  1258. int{\rtf\b mcal_event_set_start} (int stream, int year, int month [, int day [, int hour [, int min [, int sec]]]])
  1259. int{\rtf\b mcal_event_set_title} (int stream, string title)
  1260. int{\rtf\b mcal_expunge} (int stream)
  1261. object{\rtf\b mcal_fetch_current_stream_event} (int stream)
  1262. object{\rtf\b mcal_fetch_event} (int mcal_stream, int event_id [, int options])
  1263. int{\rtf\b mcal_is_leap_year} (int year)
  1264. array{\rtf\b mcal_list_alarms} (int mcal_stream [, int begin_year [, int begin_month [, int begin_day [, int end_year [, int end_month [, int end_day]]]]]])
  1265. array{\rtf\b mcal_list_events} (int mcal_stream, object begin_date [, object end_date])
  1266. int{\rtf\b mcal_next_recurrence} (int stream, int weekstart, array next)
  1267. int{\rtf\b mcal_open} (string calendar, string username, string password [, int options])
  1268. int{\rtf\b mcal_popen} (string calendar, string username, string password [, int options])
  1269. string{\rtf\b mcal_rename_calendar} (int stream, string old_name, string new_name)
  1270. int{\rtf\b mcal_reopen} (string calendar [, int options])
  1271. bool{\rtf\b mcal_snooze} (int stream_id, int event_id)
  1272. int{\rtf\b mcal_store_event} (int mcal_stream)
  1273. int{\rtf\b mcal_time_valid} (int hour, int minutes, int seconds)
  1274. int{\rtf\b mcal_week_of_year} (int day, int month, int year)
  1275. string{\rtf\b mcrypt_cbc} (int cipher, string key, string data, int mode [, string iv])
  1276. string{\rtf\b mcrypt_cfb} (int cipher, string key, string data, int mode, string iv)
  1277. string{\rtf\b mcrypt_create_iv} (int size, int source)
  1278. string{\rtf\b mcrypt_decrypt} (string cipher, string key, string data, string mode [, string iv])
  1279. string{\rtf\b mcrypt_ecb} (int cipher, string key, string data, int mode)
  1280. string{\rtf\b mcrypt_enc_get_algorithms_name} (resource td)
  1281. int{\rtf\b mcrypt_enc_get_block_size} (resource td)
  1282. int{\rtf\b mcrypt_enc_get_iv_size} (resource td)
  1283. int{\rtf\b mcrypt_enc_get_key_size} (resource td)
  1284. string{\rtf\b mcrypt_enc_get_modes_name} (resource td)
  1285. array{\rtf\b mcrypt_enc_get_supported_key_sizes} (resource td)
  1286. bool{\rtf\b mcrypt_enc_is_block_algorithm} (resource td)
  1287. bool{\rtf\b mcrypt_enc_is_block_algorithm_mode} (resource td)
  1288. bool{\rtf\b mcrypt_enc_is_block_mode} (resource td)
  1289. bool{\rtf\b mcrypt_enc_self_test} (resource td)
  1290. string{\rtf\b mcrypt_encrypt} (string cipher, string key, string data, string mode [, string iv])
  1291. string{\rtf\b mcrypt_generic} (resource td, string data)
  1292. bool{\rtf\b mcrypt_generic_deinit} (resource td)
  1293. bool{\rtf\b mcrypt_generic_end} (resource td)
  1294. int{\rtf\b mcrypt_generic_init} (resource td, string key, string iv)
  1295. int{\rtf\b mcrypt_get_block_size} (int cipher)
  1296. string{\rtf\b mcrypt_get_cipher_name} (int cipher)
  1297. int{\rtf\b mcrypt_get_iv_size} (resource td)
  1298. int{\rtf\b mcrypt_get_key_size} (int cipher)
  1299. array{\rtf\b mcrypt_list_algorithms} ([string lib_dir])
  1300. array{\rtf\b mcrypt_list_modes} ([string lib_dir])
  1301. bool{\rtf\b mcrypt_module_close} (resource td)
  1302. int{\rtf\b mcrypt_module_get_algo_block_size} (string algorithm [, string lib_dir])
  1303. int{\rtf\b mcrypt_module_get_algo_key_size} (string algorithm [, string lib_dir])
  1304. array{\rtf\b mcrypt_module_get_supported_key_sizes} (string algorithm [, string lib_dir])
  1305. bool{\rtf\b mcrypt_module_is_block_algorithm} (string algorithm [, string lib_dir])
  1306. bool{\rtf\b mcrypt_module_is_block_algorithm_mode} (string mode [, string lib_dir])
  1307. bool{\rtf\b mcrypt_module_is_block_mode} (string mode [, string lib_dir])
  1308. resource{\rtf\b mcrypt_module_open} (string algorithm, string algorithm_directory, string mode, string mode_directory)
  1309. bool{\rtf\b mcrypt_module_self_test} (string algorithm [, string lib_dir])
  1310. string{\rtf\b mcrypt_ofb} (int cipher, string key, string data, int mode, string iv)
  1311. int{\rtf\b mcve_adduser} (resource conn, string admin_password, int usersetup)
  1312. int{\rtf\b mcve_adduserarg} (resource usersetup, int argtype, string argval)
  1313. int{\rtf\b mcve_bt} (resource conn, string username, string password)
  1314. int{\rtf\b mcve_checkstatus} (resource conn, int identifier)
  1315. int{\rtf\b mcve_chkpwd} (resource conn, string username, string password)
  1316. int{\rtf\b mcve_chngpwd} (resource conn, string admin_password, string new_password)
  1317. int{\rtf\b mcve_completeauthorizations} (resource conn, int &array)
  1318. int{\rtf\b mcve_connect} (resource conn)
  1319. string{\rtf\b mcve_connectionerror} (resource conn)
  1320. bool{\rtf\b mcve_deleteresponse} (resource conn, int identifier)
  1321. bool{\rtf\b mcve_deletetrans} (resource conn, int identifier)
  1322. void{\rtf\b mcve_deleteusersetup} (resource usersetup)
  1323. int{\rtf\b mcve_deluser} (resource conn, string admin_password, string username)
  1324. void{\rtf\b mcve_destroyconn} (resource conn)
  1325. void{\rtf\b mcve_destroyengine} (void)
  1326. int{\rtf\b mcve_disableuser} (resource conn, string admin_password, string username)
  1327. int{\rtf\b mcve_edituser} (resource conn, string admin_password, int usersetup)
  1328. int{\rtf\b mcve_enableuser} (resource conn, string admin_password, string username)
  1329. int{\rtf\b mcve_force} (resiurce conn, string username, string password, string trackdata, string account, string expdate, float amount, string authcode, string comments, string clerkid, string stationid, int ptrannum)
  1330. string{\rtf\b mcve_getcell} (resource conn, int identifier, string column, int row)
  1331. string{\rtf\b mcve_getcellbynum} (resource conn, int identifier, int column, int row)
  1332. string{\rtf\b mcve_getcommadelimited} (resource conn, int identifier)
  1333. string{\rtf\b mcve_getheader} (resource conn, int identifier, int column_num)
  1334. string{\rtf\b mcve_getuserarg} (resource usersetup, int argtype)
  1335. string{\rtf\b mcve_getuserparam} (resource conn, long identifier, int key)
  1336. int{\rtf\b mcve_gft} (resource conn, string username, string password, int type, string account, string clerkid, string stationid, string comments, int ptrannum, string startdate, string enddate)
  1337. int{\rtf\b mcve_gl} (int conn, string username, string password, int type, string account, string batch, string clerkid, string stationid, string comments, int ptrannum, string startdate, string enddate)
  1338. int{\rtf\b mcve_gut} (resource conn, string username, string password, int type, string account, string clerkid, string stationid, string comments, int ptrannum, string startdate, string enddate)
  1339. resource{\rtf\b mcve_initconn} (void)
  1340. int{\rtf\b mcve_initengine} (string location)
  1341. resource{\rtf\b mcve_initusersetup} (void)
  1342. int{\rtf\b mcve_iscommadelimited} (resource conn, int identifier)
  1343. int{\rtf\b mcve_liststats} (resource conn, string admin_password)
  1344. int{\rtf\b mcve_listusers} (resource conn, string admin_password)
  1345. bool{\rtf\b mcve_maxconntimeout} (resource conn, int secs)
  1346. int{\rtf\b mcve_monitor} (resource conn)
  1347. int{\rtf\b mcve_numcolumns} (resource conn, int identifier)
  1348. int{\rtf\b mcve_numrows} (resource conn, int identifier)
  1349. int{\rtf\b mcve_override} (resource conn, string username, string password, string trackdata, string account, string expdate, float amount, string street, string zip, string cv, string comments, string clerkid, string stationid, int ptrannum)
  1350. int{\rtf\b mcve_parsecommadelimited} (resource conn, int identifier)
  1351. int{\rtf\b mcve_ping} (resource conn)
  1352. int{\rtf\b mcve_preauth} (resource conn, string username, string password, string trackdata, string account, string expdate, float amount, string street, string zip, string cv, string comments, string clerkid, string stationid, int ptrannum)
  1353. int{\rtf\b mcve_preauthcompletion} (resource conn, string username, string password, float finalamount, int sid, int ptrannum)
  1354. int{\rtf\b mcve_qc} (resource conn, string username, string password, string clerkid, string stationid, string comments, int ptrannum)
  1355. string{\rtf\b mcve_responseparam} (resource conn, long identifier, string key)
  1356. int{\rtf\b mcve_return} (int conn, string username, string password, string trackdata, string account, string expdate, float amount, string comments, string clerkid, string stationid, int ptrannum)
  1357. int{\rtf\b mcve_returncode} (resource conn, int identifier)
  1358. int{\rtf\b mcve_returnstatus} (resource conn, int identifier)
  1359. int{\rtf\b mcve_sale} (resource conn, string username, string password, string trackdata, string account, string expdate, float amount, string street, string zip, string cv, string comments, string clerkid, string stationid, int ptrannum)
  1360. int{\rtf\b mcve_setblocking} (resource conn, int tf)
  1361. int{\rtf\b mcve_setdropfile} (resource conn, string directory)
  1362. int{\rtf\b mcve_setip} (resource conn, string host, int port)
  1363. int{\rtf\b mcve_setssl} (resource conn, string host, int port)
  1364. int{\rtf\b mcve_setssl_files} (string sslkeyfile, string sslcertfile)
  1365. int{\rtf\b mcve_settimeout} (resource conn, int seconds)
  1366. int{\rtf\b mcve_settle} (resource conn, string username, string password, string batch)
  1367. string{\rtf\b mcve_text_avs} (string code)
  1368. string{\rtf\b mcve_text_code} (string code)
  1369. string{\rtf\b mcve_text_cv} (int code)
  1370. string{\rtf\b mcve_transactionauth} (resource conn, int identifier)
  1371. int{\rtf\b mcve_transactionavs} (resource conn, int identifier)
  1372. int{\rtf\b mcve_transactionbatch} (resource conn, int identifier)
  1373. int{\rtf\b mcve_transactioncv} (resource conn, int identifier)
  1374. int{\rtf\b mcve_transactionid} (resource conn, int identifier)
  1375. int{\rtf\b mcve_transactionitem} (resource conn, int identifier)
  1376. int{\rtf\b mcve_transactionssent} (resource conn)
  1377. string{\rtf\b mcve_transactiontext} (resource conn, int identifier)
  1378. int{\rtf\b mcve_transinqueue} (resource conn)
  1379. int{\rtf\b mcve_transnew} (resource conn)
  1380. int{\rtf\b mcve_transparam} (resource conn, long identifier, int key)
  1381. int{\rtf\b mcve_transsend} (resource conn, long identifier)
  1382. int{\rtf\b mcve_ub} (resource conn, string username, string password)
  1383. int{\rtf\b mcve_uwait} (long microsecs)
  1384. bool{\rtf\b mcve_verifyconnection} (resource conn, int tf)
  1385. bool{\rtf\b mcve_verifysslcert} (resource conn, int tf)
  1386. int{\rtf\b mcve_void} (resource conn, string username, string password, int sid, int ptrannum)
  1387. string{\rtf\b md5} (string str [, bool raw_output])
  1388. string{\rtf\b md5_file} (string filename [, bool raw_output])
  1389. string{\rtf\b mdecrypt_generic} (resource td, string data)
  1390. int{\rtf\b memory_get_usage} (void)
  1391. string{\rtf\b metaphone} (string str)
  1392. bool{\rtf\b method_exists} (object object, string method_name)
  1393. string{\rtf\b mhash} (int hash, string data [, string key])
  1394. int{\rtf\b mhash_count} (void)
  1395. int{\rtf\b mhash_get_block_size} (int hash)
  1396. string{\rtf\b mhash_get_hash_name} (int hash)
  1397. string{\rtf\b mhash_keygen_s2k} (int hash, string password, string salt, int bytes)
  1398. string{\rtf\b microtime} (void)
  1399. string{\rtf\b mime_content_type} (string filename)
  1400. mixed{\rtf\b min} (number arg1, number arg2 [, number ...])
  1401. void{\rtf\b ming_setcubicthreshold} (int threshold)
  1402. void{\rtf\b ming_setscale} (int scale)
  1403. void{\rtf\b ming_useswfversion} (int version)
  1404. bool{\rtf\b mkdir} (string pathname [, int mode])
  1405. int{\rtf\b mktime} ([int hour [, int minute [, int second [, int month [, int day [, int year [, int is_dst]]]]]]])
  1406. string{\rtf\b money_format} (string format, float number)
  1407. bool{\rtf\b move_uploaded_file} (string filename, string destination)
  1408. bool{\rtf\b msession_connect} (string host, string port)
  1409. int{\rtf\b msession_count} (void)
  1410. bool{\rtf\b msession_create} (string session)
  1411. bool{\rtf\b msession_destroy} (string name)
  1412. void{\rtf\b msession_disconnect} (void)
  1413. array{\rtf\b msession_find} (string name, string value)
  1414. string{\rtf\b msession_get} (string session, string name, string value)
  1415. array{\rtf\b msession_get_array} (string session)
  1416. string{\rtf\b msession_getdata} (string session)
  1417. string{\rtf\b msession_inc} (string session, string name)
  1418. array{\rtf\b msession_list} (void)
  1419. array{\rtf\b msession_listvar} (string name)
  1420. int{\rtf\b msession_lock} (string name)
  1421. string{\rtf\b msession_plugin} (string session, string val [, string param])
  1422. string{\rtf\b msession_randstr} (int param)
  1423. bool{\rtf\b msession_set} (string session, string name, string value)
  1424. bool{\rtf\b msession_set_array} (string session, array tuples)
  1425. bool{\rtf\b msession_setdata} (string session, string value)
  1426. int{\rtf\b msession_timeout} (string session [, int param])
  1427. string{\rtf\b msession_uniq} (int param)
  1428. int{\rtf\b msession_unlock} (string session, int key)
  1429. int{\rtf\b msg_get_queue} (int key [, int perms])
  1430. bool{\rtf\b msg_receive} (int queue, int desiredmsgtype, int msgtype, int maxsize, mixed message [, bool unserialize [, int flags [, int errorcode]]])
  1431. bool{\rtf\b msg_remove_queue} (int queue)
  1432. bool{\rtf\b msg_send} (int queue, int msgtype, mixed message [, bool serialize [, bool blocking [, int errorcode]]])
  1433. bool{\rtf\b msg_set_queue} (int queue, array data)
  1434. array{\rtf\b msg_stat_queue} (int queue)
  1435. int{\rtf\b msql} (string database, string query, int link_identifier)
  1436. int{\rtf\b msql_affected_rows} (int query_identifier)
  1437. int{\rtf\b msql_close} (int link_identifier)
  1438. int{\rtf\b msql_connect} ([string hostname [, string server [, string username [, string password]]]])
  1439. int{\rtf\b msql_create_db} (string database_name [, int link_identifier])
  1440. int{\rtf\b msql_createdb} (string database_name [, int link_identifier])
  1441. int{\rtf\b msql_data_seek} (int query_identifier, int row_number)
  1442. string{\rtf\b msql_dbname} (int query_identifier, int i)
  1443. int{\rtf\b msql_drop_db} (string database_name, int link_identifier)
  1444. int{\rtf\b msql_dropdb} (string database_name, int link_identifier)
  1445. string{\rtf\b msql_error} ([int link_identifier])
  1446. int{\rtf\b msql_fetch_array} (int query_identifier [, int result_type])
  1447. object{\rtf\b msql_fetch_field} (int query_identifier, int field_offset)
  1448. int{\rtf\b msql_fetch_object} (int query_identifier [, int result_type])
  1449. array{\rtf\b msql_fetch_row} (int query_identifier)
  1450. int{\rtf\b msql_field_seek} (int query_identifier, int field_offset)
  1451. string{\rtf\b msql_fieldflags} (int query_identifier, int i)
  1452. int{\rtf\b msql_fieldlen} (int query_identifier, int i)
  1453. string{\rtf\b msql_fieldname} (int query_identifier, int field)
  1454. int{\rtf\b msql_fieldtable} (int query_identifier, int field)
  1455. string{\rtf\b msql_fieldtype} (int query_identifier, int i)
  1456. int{\rtf\b msql_free_result} (int query_identifier)
  1457. int{\rtf\b msql_freeresult} (int query_identifier)
  1458. int{\rtf\b msql_list_dbs} (void)
  1459. int{\rtf\b msql_list_fields} (string database, string tablename)
  1460. int{\rtf\b msql_list_tables} (string database)
  1461. int{\rtf\b msql_listdbs} (void)
  1462. int{\rtf\b msql_listfields} (string database, string tablename)
  1463. int{\rtf\b msql_list_tables} (string database)
  1464. int{\rtf\b msql_num_fields} (int query_identifier)
  1465. int{\rtf\b msql_num_rows} (int query_identifier)
  1466. int{\rtf\b msql_numfields} (int query_identifier)
  1467. int{\rtf\b msql_numrows} (void)
  1468. int{\rtf\b msql_pconnect} ([string server [, string username [, string password]]])
  1469. int{\rtf\b msql_query} (string query, int link_identifier)
  1470. string{\rtf\b msql_regcase} (string string)
  1471. int{\rtf\b msql_result} (int query_identifier, int i, mixed field)
  1472. int{\rtf\b msql_select_db} (string database_name, int link_identifier)
  1473. int{\rtf\b msql_selectdb} (string database_name, int link_identifier)
  1474. string{\rtf\b msql_tablename} (int query_identifier, int field)
  1475. bool{\rtf\b mssql_bind} (resource stmt, string param_name, mixed var, int type [, int is_output [, int is_null [, int maxlen]]])
  1476. bool{\rtf\b mssql_close} ([resource link_identifier])
  1477. int{\rtf\b mssql_connect} ([string servername [, string username [, string password]]])
  1478. bool{\rtf\b mssql_data_seek} (resource result_identifier, int row_number)
  1479. mixed{\rtf\b mssql_execute} (resource stmt [, bool skip_results])
  1480. array{\rtf\b mssql_fetch_array} (resource result [, int result_type])
  1481. array{\rtf\b mssql_fetch_assoc} (resource result_id)
  1482. int{\rtf\b mssql_fetch_batch} (resource result_index)
  1483. object{\rtf\b mssql_fetch_field} (resource result [, int field_offset])
  1484. object{\rtf\b mssql_fetch_object} (resource result)
  1485. array{\rtf\b mssql_fetch_row} (resource result)
  1486. int{\rtf\b mssql_field_length} (resource result [, int offset])
  1487. string{\rtf\b mssql_field_name} (resource result [, int offset])
  1488. bool{\rtf\b mssql_field_seek} (resource result, int field_offset)
  1489. string{\rtf\b mssql_field_type} (resource result [, int offset])
  1490. bool{\rtf\b mssql_free_result} (resource result)
  1491. bool{\rtf\b mssql_free_statement} (resource statement)
  1492. string{\rtf\b mssql_get_last_message} (void)
  1493. string{\rtf\b mssql_guid_string} (string binary [, int short_format])
  1494. int{\rtf\b mssql_init} (string sp_name [, resource conn_id])
  1495. void{\rtf\b mssql_min_error_severity} (int severity)
  1496. void{\rtf\b mssql_min_message_severity} (int severity)
  1497. bool{\rtf\b mssql_next_result} (resource result_id)
  1498. int{\rtf\b mssql_num_fields} (resource result)
  1499. int{\rtf\b mssql_num_rows} (resource result)
  1500. int{\rtf\b mssql_pconnect} ([string servername [, string username [, string password]]])
  1501. resource{\rtf\b mssql_query} (string query [, resource link_identifier [, int batch_size]])
  1502. string{\rtf\b mssql_result} (resource result, int i, mixed field)
  1503. int{\rtf\b mssql_rows_affected} (resource conn_id)
  1504. bool{\rtf\b mssql_select_db} (string database_name [, resource link_identifier])
  1505. int{\rtf\b mt_getrandmax} (void)
  1506. int{\rtf\b mt_rand} ([int min, int max])
  1507. void{\rtf\b mt_srand} (int seed)
  1508. int{\rtf\b muscat_close} (resource muscat_handle)
  1509. string{\rtf\b muscat_get} (resource muscat_handle)
  1510. int{\rtf\b muscat_give} (resource muscat_handle, string string)
  1511. resource{\rtf\b muscat_setup} (int size [, string muscat_dir])
  1512. resource{\rtf\b muscat_setup_net} (string muscat_host, int port)
  1513. int{\rtf\b mysql_affected_rows} ([resource link_identifier])
  1514. int{\rtf\b mysql_change_user} (string user, string password [, string database [, resource link_identifier]])
  1515. int{\rtf\b mysql_client_encoding} ([resource link_identifier])
  1516. bool{\rtf\b mysql_close} ([resource link_identifier])
  1517. resource{\rtf\b mysql_connect} ([string server [, string username [, string password [, bool new_link [, int client_flags]]]]])
  1518. bool{\rtf\b mysql_create_db} (string database_name [, resource link_identifier])
  1519. bool{\rtf\b mysql_data_seek} (resource result_identifier, int row_number)
  1520. string{\rtf\b mysql_db_name} (resource result, int row [, mixed field])
  1521. resource{\rtf\b mysql_db_query} (string database, string query [, resource link_identifier])
  1522. bool{\rtf\b mysql_drop_db} (string database_name [, resource link_identifier])
  1523. int{\rtf\b mysql_errno} ([resource link_identifier])
  1524. string{\rtf\b mysql_error} ([resource link_identifier])
  1525. string{\rtf\b mysql_escape_string} (string unescaped_string)
  1526. array{\rtf\b mysql_fetch_array} (resource result [, int result_type])
  1527. array{\rtf\b mysql_fetch_assoc} (resource result)
  1528. object{\rtf\b mysql_fetch_field} (resource result [, int field_offset])
  1529. array{\rtf\b mysql_fetch_lengths} (resource result)
  1530. object{\rtf\b mysql_fetch_object} (resource result)
  1531. array{\rtf\b mysql_fetch_row} (resource result)
  1532. string{\rtf\b mysql_field_flags} (resource result, int field_offset)
  1533. int{\rtf\b mysql_field_len} (resource result, int field_offset)
  1534. string{\rtf\b mysql_field_name} (resource result, int field_index)
  1535. int{\rtf\b mysql_field_seek} (resource result, int field_offset)
  1536. string{\rtf\b mysql_field_table} (resource result, int field_offset)
  1537. string{\rtf\b mysql_field_type} (resource result, int field_offset)
  1538. bool{\rtf\b mysql_free_result} (resource result)
  1539. string{\rtf\b mysql_get_client_info} (void)
  1540. string{\rtf\b mysql_get_host_info} ([resource link_identifier])
  1541. int{\rtf\b mysql_get_proto_info} ([resource link_identifier])
  1542. string{\rtf\b mysql_get_server_info} ([resource link_identifier])
  1543. string{\rtf\b mysql_info} ([resource link_identifier])
  1544. int{\rtf\b mysql_insert_id} ([resource link_identifier])
  1545. resource{\rtf\b mysql_list_dbs} ([resource link_identifier])
  1546. resource{\rtf\b mysql_list_fields} (string database_name, string table_name [, resource link_identifier])
  1547. resource{\rtf\b mysql_list_processes} ([resource link_identifier])
  1548. resource{\rtf\b mysql_list_tables} (string database [, resource link_identifier])
  1549. int{\rtf\b mysql_num_fields} (resource result)
  1550. int{\rtf\b mysql_num_rows} (resource result)
  1551. resource{\rtf\b mysql_pconnect} ([string server [, string username [, string password [, int client_flags]]]])
  1552. bool{\rtf\b mysql_ping} ([resource link_identifier])
  1553. resource{\rtf\b mysql_query} (string query [, resource link_identifier])
  1554. string{\rtf\b mysql_real_escape_string} (string unescaped_string [, resource link_identifier])
  1555. mixed{\rtf\b mysql_result} (resource result, int row [, mixed field])
  1556. bool{\rtf\b mysql_select_db} (string database_name [, resource link_identifier])
  1557. string{\rtf\b mysql_stat} ([resource link_identifier])
  1558. string{\rtf\b mysql_tablename} (resource result, int i)
  1559. int{\rtf\b mysql_thread_id} ([resource link_identifier])
  1560. resource{\rtf\b mysql_unbuffered_query} (string query [, resource link_identifier])
  1561. mixed{\rtf\b mysqli_affected_rows} (resource link)
  1562. bool{\rtf\b mysqli_autocommit} (resource link, bool mode)
  1563. bool{\rtf\b mysqli_bind_param} (resource stmt, mixed variable, int type)
  1564. bool{\rtf\b mysqli_bind_result} (resource stmt, mixed var, int len)
  1565. bool{\rtf\b mysqli_change_user} (resource link, string user, string password, string database)
  1566. string{\rtf\b mysqli_character_set_name} (resource link)
  1567. bool{\rtf\b mysqli_close} (resource link)
  1568. bool{\rtf\b mysqli_commit} (resource link)
  1569. resource{\rtf\b mysqli_connect} ([string hostname [, string username [, string passwd [, string dbname [, int port [, string socket]]]]]])
  1570. void{\rtf\b mysqli_data_seek} (resource result, int offset)
  1571. void{\rtf\b mysqli_debug} (string debug)
  1572. void{\rtf\b mysqli_disable_reads_from_master} (resource link)
  1573. void{\rtf\b mysqli_disable_rpl_parse} (resource link)
  1574. bool{\rtf\b mysqli_dump_debug_info} (resource link)
  1575. void{\rtf\b mysqli_enable_reads_from_master} (resource link)
  1576. void{\rtf\b mysqli_enable_rpl_parse} (resource link)
  1577. int{\rtf\b mysqli_errno} (resource link)
  1578. string{\rtf\b mysqli_error} (resource link)
  1579. int{\rtf\b mysqli_execute} (resource stmt)
  1580. int{\rtf\b mysqli_fetch} (resource stmt)
  1581. array{\rtf\b mysqli_fetch_array} (resource result [, int resulttype])
  1582. array{\rtf\b mysqli_fetch_assoc} (resource result)
  1583. object{\rtf\b mysqli_fetch_field} (resource result)
  1584. int{\rtf\b mysqli_fetch_field_direct} (resource result, int offset)
  1585. array{\rtf\b mysqli_fetch_fields} (resource result)
  1586. array{\rtf\b mysqli_fetch_lengths} (resource result)
  1587. object{\rtf\b mysqli_fetch_object} (resource result)
  1588. array{\rtf\b mysqli_fetch_row} (resource result)
  1589. int{\rtf\b mysqli_field_count} (resource link)
  1590. int{\rtf\b mysqli_field_seek} (resource link, int fieldnr)
  1591. int{\rtf\b mysqli_field_tell} (resource result)
  1592. int{\rtf\b mysqli_free_result} (resource result)
  1593. string{\rtf\b mysqli_get_client_info} (void)
  1594. string{\rtf\b mysqli_get_host_info} (resource link)
  1595. int{\rtf\b mysqli_get_proto_info} (resource link)
  1596. string{\rtf\b mysqli_get_server_info} (resource link)
  1597. int{\rtf\b mysqli_get_server_version} (resource link)
  1598. string{\rtf\b mysqli_info} (resource link)
  1599. resource{\rtf\b mysqli_init} (void)
  1600. mixed{\rtf\b mysqli_insert_id} (resource link)
  1601. bool{\rtf\b mysqli_kill} (resource link, int processid)
  1602. bool{\rtf\b mysqli_master_query} (resource link, string query)
  1603. int{\rtf\b mysqli_num_fields} (resource result)
  1604. int{\rtf\b mysqli_num_rows} (resource result)
  1605. bool{\rtf\b mysqli_options} (resource link, int flags, mixed values)
  1606. int{\rtf\b mysqli_param_count} (resource stmt)
  1607. int{\rtf\b mysqli_ping} (resource link)
  1608. resource{\rtf\b mysqli_prepare} (resource link, string query)
  1609. resource{\rtf\b mysqli_prepare_result} (resource stmt)
  1610. bool{\rtf\b mysqli_profiler} (int flags, string info, int port)
  1611. resource{\rtf\b mysqli_query} (resource link, string query [, int resultmode])
  1612. bool{\rtf\b mysqli_read_query_result} (resource link)
  1613. bool{\rtf\b mysqli_real_connect} (resource link [, string hostname [, string username [, string passwd [, string dbname [, int port [, string socket]]]]]])
  1614. string{\rtf\b mysqli_real_escape_string} (resource link, string escapestr)
  1615. bool{\rtf\b mysqli_real_query} (resource link, string query)
  1616. bool{\rtf\b mysqli_reload} (resource link)
  1617. bool{\rtf\b mysqli_rollback} (resource link)
  1618. int{\rtf\b mysqli_rpl_parse_enabled} (resource link)
  1619. bool{\rtf\b mysqli_rpl_probe} (resource link)
  1620. int{\rtf\b mysqli_rpl_query_type} (string query)
  1621. bool{\rtf\b mysqli_select_db} (resource link, string dbname)
  1622. bool{\rtf\b mysqli_send_long_data} (resource stmt, int param_nr, string data)
  1623. bool{\rtf\b mysqli_send_query} (resource link, string query)
  1624. bool{\rtf\b mysqli_slave_query} (resource link, string query)
  1625. string{\rtf\b mysqli_ssl_set} (resource link [, string key [, string cert [, string ca [, string capath [, string cipher]]]]])
  1626. string{\rtf\b mysqli_stat} (resource link)
  1627. mixed{\rtf\b mysqli_stmt_affected_rows} (object stmt)
  1628. bool{\rtf\b mysqli_stmt_close} (resource stmt)
  1629. int{\rtf\b mysqli_stmt_errno} (resource stmt)
  1630. string{\rtf\b mysqli_stmt_error} (resource stmt)
  1631. resource{\rtf\b mysqli_stmt_store_result} (resource stmt)
  1632. resource{\rtf\b mysqli_store_result} (resource link)
  1633. int{\rtf\b mysqli_thread_id} (resource link)
  1634. bool{\rtf\b mysqli_thread_safe} (void)
  1635. resource{\rtf\b mysqli_use_result} (resource link)
  1636. resource{\rtf\b mysqli_warning_count} (resource link)
  1637. void{\rtf\b natcasesort} (array array)
  1638. void{\rtf\b natsort} (array array)
  1639. int{\rtf\b ncurses_addch} (int ch)
  1640. int{\rtf\b ncurses_addchnstr} (string s, int n)
  1641. int{\rtf\b ncurses_addchstr} (string s)
  1642. int{\rtf\b ncurses_addnstr} (string s, int n)
  1643. int{\rtf\b ncurses_addstr} (string text)
  1644. int{\rtf\b ncurses_assume_default_colors} (int fg, int bg)
  1645. int{\rtf\b ncurses_attroff} (int attributes)
  1646. int{\rtf\b ncurses_attron} (int attributes)
  1647. int{\rtf\b ncurses_attrset} (int attributes)
  1648. int{\rtf\b ncurses_baudrate} (void)
  1649. int{\rtf\b ncurses_beep} (void)
  1650. int{\rtf\b ncurses_bkgd} (int attrchar)
  1651. void{\rtf\b ncurses_bkgdset} (int attrchar)
  1652. int{\rtf\b ncurses_border} (int left, int right, int top, int bottom, int tl_corner, int tr_corner, int bl_corner, int br_corner)
  1653. int{\rtf\b ncurses_bottom_panel} (resource panel)
  1654. bool{\rtf\b ncurses_can_change_color} (void)
  1655. bool{\rtf\b ncurses_cbreak} (void)
  1656. bool{\rtf\b ncurses_clear} (void)
  1657. bool{\rtf\b ncurses_clrtobot} (void)
  1658. bool{\rtf\b ncurses_clrtoeol} (void)
  1659. int{\rtf\b ncurses_color_content} (int color, int &r, int &g, int &b)
  1660. int{\rtf\b ncurses_color_set} (int pair)
  1661. int{\rtf\b ncurses_curs_set} (int visibility)
  1662. bool{\rtf\b ncurses_def_prog_mode} (void)
  1663. bool{\rtf\b ncurses_def_shell_mode} (void)
  1664. int{\rtf\b ncurses_define_key} (string definition, int keycode)
  1665. int{\rtf\b ncurses_del_panel} (resource panel)
  1666. int{\rtf\b ncurses_delay_output} (int milliseconds)
  1667. bool{\rtf\b ncurses_delch} (void)
  1668. bool{\rtf\b ncurses_deleteln} (void)
  1669. int{\rtf\b ncurses_delwin} (resource window)
  1670. bool{\rtf\b ncurses_doupdate} (void)
  1671. bool{\rtf\b ncurses_echo} (void)
  1672. int{\rtf\b ncurses_echochar} (int character)
  1673. int{\rtf\b ncurses_end} (void)
  1674. bool{\rtf\b ncurses_erase} (void)
  1675. string{\rtf\b ncurses_erasechar} (void)
  1676. int{\rtf\b ncurses_filter} (void)
  1677. bool{\rtf\b ncurses_flash} (void)
  1678. bool{\rtf\b ncurses_flushinp} (void)
  1679. int{\rtf\b ncurses_getch} (void)
  1680. void{\rtf\b ncurses_getmaxyx} (resource window, int &y, int &x)
  1681. bool{\rtf\b ncurses_getmouse} (array mevent)
  1682. void{\rtf\b ncurses_getyx} (resource window, int &y, int &x)
  1683. int{\rtf\b ncurses_halfdelay} (int tenth)
  1684. bool{\rtf\b ncurses_has_colors} (void)
  1685. bool{\rtf\b ncurses_has_ic} (void)
  1686. bool{\rtf\b ncurses_has_il} (void)
  1687. int{\rtf\b ncurses_has_key} (int keycode)
  1688. int{\rtf\b ncurses_hide_panel} (resource panel)
  1689. int{\rtf\b ncurses_hline} (int charattr, int n)
  1690. string{\rtf\b ncurses_inch} (void)
  1691. int{\rtf\b ncurses_init} (void)
  1692. int{\rtf\b ncurses_init_color} (int color, int r, int g, int b)
  1693. int{\rtf\b ncurses_init_pair} (int pair, int fg, int bg)
  1694. int{\rtf\b ncurses_insch} (int character)
  1695. int{\rtf\b ncurses_insdelln} (int count)
  1696. bool{\rtf\b ncurses_insertln} (void)
  1697. int{\rtf\b ncurses_insstr} (string text)
  1698. int{\rtf\b ncurses_instr} (string buffer)
  1699. bool{\rtf\b ncurses_isendwin} (void)
  1700. int{\rtf\b ncurses_keyok} (int keycode, bool enable)
  1701. int{\rtf\b ncurses_keypad} (resource window, bool bf)
  1702. bool{\rtf\b ncurses_killchar} (void)
  1703. string{\rtf\b ncurses_longname} (void)
  1704. long{\rtf\b ncurses_meta} (resource window, bool 8bit)
  1705. bool{\rtf\b ncurses_mouse_trafo} (int &y, int &x, bool toscreen)
  1706. int{\rtf\b ncurses_mouseinterval} (int milliseconds)
  1707. int{\rtf\b ncurses_mousemask} (int newmask, int oldmask)
  1708. int{\rtf\b ncurses_move} (int y, int x)
  1709. int{\rtf\b ncurses_move_panel} (resource panel, int startx, int starty)
  1710. int{\rtf\b ncurses_mvaddch} (int y, int x, int c)
  1711. int{\rtf\b ncurses_mvaddchnstr} (int y, int x, string s, int n)
  1712. int{\rtf\b ncurses_mvaddchstr} (int y, int x, string s)
  1713. int{\rtf\b ncurses_mvaddnstr} (int y, int x, string s, int n)
  1714. int{\rtf\b ncurses_mvaddstr} (int y, int x, string s)
  1715. int{\rtf\b ncurses_mvcur} (int old_y, int old_x, int new_y, int new_x)
  1716. int{\rtf\b ncurses_mvdelch} (int y, int x)
  1717. int{\rtf\b ncurses_mvgetch} (int y, int x)
  1718. int{\rtf\b ncurses_mvhline} (int y, int x, int attrchar, int n)
  1719. int{\rtf\b ncurses_mvinch} (int y, int x)
  1720. int{\rtf\b ncurses_mvvline} (int y, int x, int attrchar, int n)
  1721. int{\rtf\b ncurses_mvwaddstr} (resource window, int y, int x, string text)
  1722. int{\rtf\b ncurses_napms} (int milliseconds)
  1723. resource{\rtf\b ncurses_new_panel} (resource window)
  1724. resource{\rtf\b ncurses_newpad} (int rows, int cols)
  1725. int{\rtf\b ncurses_newwin} (int rows, int cols, int y, int x)
  1726. bool{\rtf\b ncurses_nl} (void)
  1727. bool{\rtf\b ncurses_nocbreak} (void)
  1728. bool{\rtf\b ncurses_noecho} (void)
  1729. bool{\rtf\b ncurses_nonl} (void)
  1730. int{\rtf\b ncurses_noqiflush} (void)
  1731. bool{\rtf\b ncurses_noraw} (void)
  1732. int{\rtf\b ncurses_pair_content} (int pair, int &f, int &b)
  1733. int{\rtf\b ncurses_panel_above} (resource panel)
  1734. int{\rtf\b ncurses_panel_below} (resource panel)
  1735. int{\rtf\b ncurses_panel_window} (resource panel)
  1736. int{\rtf\b ncurses_pnoutrefresh} (resource pad, int pminrow, int pmincol, int sminrow, int smincol, int smaxrow, int smaxcol)
  1737. int{\rtf\b ncurses_prefresh} (resource pad, int pminrow, int pmincol, int sminrow, int smincol, int smaxrow, int smaxcol)
  1738. int{\rtf\b ncurses_putp} (string text)
  1739. int{\rtf\b ncurses_qiflush} (void)
  1740. bool{\rtf\b ncurses_raw} (void)
  1741. int{\rtf\b ncurses_refresh} (int ch)
  1742. int{\rtf\b ncurses_replace_panel} (resource panel, resource window)
  1743. int{\rtf\b ncurses_reset_prog_mode} (void)
  1744. int{\rtf\b ncurses_reset_shell_mode} (void)
  1745. bool{\rtf\b ncurses_resetty} (void)
  1746. bool{\rtf\b ncurses_savetty} (void)
  1747. int{\rtf\b ncurses_scr_dump} (string filename)
  1748. int{\rtf\b ncurses_scr_init} (string filename)
  1749. int{\rtf\b ncurses_scr_restore} (string filename)
  1750. int{\rtf\b ncurses_scr_set} (string filename)
  1751. int{\rtf\b ncurses_scrl} (int count)
  1752. int{\rtf\b ncurses_show_panel} (resource panel)
  1753. bool{\rtf\b ncurses_slk_attr} (void)
  1754. int{\rtf\b ncurses_slk_attroff} (int intarg)
  1755. int{\rtf\b ncurses_slk_attron} (int intarg)
  1756. int{\rtf\b ncurses_slk_attrset} (int intarg)
  1757. bool{\rtf\b ncurses_slk_clear} (void)
  1758. int{\rtf\b ncurses_slk_color} (int intarg)
  1759. bool{\rtf\b ncurses_slk_init} (int format)
  1760. bool{\rtf\b ncurses_slk_noutrefresh} (void)
  1761. bool{\rtf\b ncurses_slk_refresh} (void)
  1762. bool{\rtf\b ncurses_slk_restore} (void)
  1763. bool{\rtf\b ncurses_slk_set} (int labelnr, string label, int format)
  1764. bool{\rtf\b ncurses_slk_touch} (void)
  1765. int{\rtf\b ncurses_standend} (void)
  1766. int{\rtf\b ncurses_standout} (void)
  1767. int{\rtf\b ncurses_start_color} (void)
  1768. bool{\rtf\b ncurses_termattrs} (void)
  1769. string{\rtf\b ncurses_termname} (void)
  1770. void{\rtf\b ncurses_timeout} (int millisec)
  1771. int{\rtf\b ncurses_top_panel} (resource panel)
  1772. int{\rtf\b ncurses_typeahead} (int fd)
  1773. int{\rtf\b ncurses_ungetch} (int keycode)
  1774. bool{\rtf\b ncurses_ungetmouse} (array mevent)
  1775. void{\rtf\b ncurses_update_panels} (void)
  1776. bool{\rtf\b ncurses_use_default_colors} (void)
  1777. void{\rtf\b ncurses_use_env} (bool flag)
  1778. int{\rtf\b ncurses_use_extended_names} (bool flag)
  1779. int{\rtf\b ncurses_vidattr} (int intarg)
  1780. int{\rtf\b ncurses_vline} (int charattr, int n)
  1781. int{\rtf\b ncurses_waddch} (resource window, int ch)
  1782. int{\rtf\b ncurses_waddstr} (resource window, string str [, int n])
  1783. int{\rtf\b ncurses_wattroff} (resource window, int attrs)
  1784. int{\rtf\b ncurses_wattron} (resource window, int attrs)
  1785. int{\rtf\b ncurses_wattrset} (resource window, int attrs)
  1786. int{\rtf\b ncurses_wborder} (resource window, int left, int right, int top, int bottom, int tl_corner, int tr_corner, int bl_corner, int br_corner)
  1787. int{\rtf\b ncurses_wclear} (resource window)
  1788. int{\rtf\b ncurses_wcolor_set} (resource window, int color_pair)
  1789. long{\rtf\b ncurses_werase} (resource window)
  1790. int{\rtf\b ncurses_wgetch} (resource window)
  1791. int{\rtf\b ncurses_whline} (resource window, int charattr, int n)
  1792. bool{\rtf\b ncurses_wmouse_trafo} (resource window, int &y, int &x, bool toscreen)
  1793. int{\rtf\b ncurses_wmove} (resource window, int y, int x)
  1794. int{\rtf\b ncurses_wnoutrefresh} (resource window)
  1795. int{\rtf\b ncurses_wrefresh} (resource window)
  1796. int{\rtf\b ncurses_wstandend} (resource window)
  1797. int{\rtf\b ncurses_wstandout} (resource window)
  1798. int{\rtf\b ncurses_wvline} (resource window, int charattr, int n)
  1799. mixed{\rtf\b next} (array array)
  1800. string{\rtf\b ngettext} (string msgid1, string msgid2, int n)
  1801. string{\rtf\b nl2br} (string string)
  1802. string{\rtf\b nl_langinfo} (int item)
  1803. array{\rtf\b notes_body} (string server, string mailbox, int msg_number)
  1804. string{\rtf\b notes_copy_db} (string from_database_name, string to_database_name)
  1805. bool{\rtf\b notes_create_db} (string database_name)
  1806. string{\rtf\b notes_create_note} (string database_name, string form_name)
  1807. bool{\rtf\b notes_drop_db} (string database_name)
  1808. bool{\rtf\b notes_find_note} (string database_name, string name [, string type])
  1809. object{\rtf\b notes_header_info} (string server, string mailbox, int msg_number)
  1810. bool{\rtf\b notes_list_msgs} (string db)
  1811. string{\rtf\b notes_mark_read} (string database_name, string user_name, string note_id)
  1812. string{\rtf\b notes_mark_unread} (string database_name, string user_name, string note_id)
  1813. bool{\rtf\b notes_nav_create} (string database_name, string name)
  1814. string{\rtf\b notes_search} (string database_name, string keywords)
  1815. string{\rtf\b notes_unread} (string database_name, string user_name)
  1816. string{\rtf\b notes_version} (string database_name)
  1817. array{\rtf\b nsapi_request_headers} (void)
  1818. array{\rtf\b nsapi_response_headers} (void)
  1819. int{\rtf\b nsapi_virtual} (string uri)
  1820. string{\rtf\b number_format} (float number [, int decimals])
  1821. void{\rtf\b ob_clean} (void)
  1822. bool{\rtf\b ob_end_clean} (void)
  1823. bool{\rtf\b ob_end_flush} (void)
  1824. void{\rtf\b ob_flush} (void)
  1825. string{\rtf\b ob_get_clean} (void)
  1826. string{\rtf\b ob_get_contents} (void)
  1827. int{\rtf\b ob_get_length} (void)
  1828. int{\rtf\b ob_get_level} (void)
  1829. array{\rtf\b ob_get_status} ([bool full_status])
  1830. string{\rtf\b ob_gzhandler} (string buffer [, int mode])
  1831. array{\rtf\b ob_iconv_handler} (string contents, int status)
  1832. void{\rtf\b ob_implicit_flush} ([int flag])
  1833. bool{\rtf\b ob_start} ([callback output_callback])
  1834. bool{\rtf\b ocibindbyname} (resource stmt, string ph_name, mixed &variable [, int maxlength [, int type]])
  1835. bool{\rtf\b ocicancel} (resource stmt)
  1836. bool{\rtf\b ocicollappend} (string value)
  1837. bool{\rtf\b ocicollassign} (object from)
  1838. bool{\rtf\b ocicollassignelem} (int ndx, string val)
  1839. string{\rtf\b ocicollgetelem} (int ndx)
  1840. int{\rtf\b ocicollmax} (void)
  1841. int{\rtf\b ocicollsize} (void)
  1842. bool{\rtf\b ocicolltrim} (int num)
  1843. bool{\rtf\b ocicolumnisnull} (resource stmt, mixed col)
  1844. string{\rtf\b ocicolumnname} (resource stmt, int col)
  1845. int{\rtf\b ocicolumnprecision} (resource stmt, int col)
  1846. int{\rtf\b ocicolumnscale} (resource stmt, int col)
  1847. int{\rtf\b ocicolumnsize} (resource stmt, mixed column)
  1848. mixed{\rtf\b ocicolumntype} (resource stmt, int col)
  1849. mixed{\rtf\b ocicolumntyperaw} (resource stmt, int col)
  1850. bool{\rtf\b ocicommit} (resource connection)
  1851. bool{\rtf\b ocidefinebyname} (resource stmt, string column_name, mixed &variable [, int type])
  1852. array{\rtf\b ocierror} ([resource stmt|conn|global])
  1853. bool{\rtf\b ociexecute} (resource stmt [, int mode])
  1854. bool{\rtf\b ocifetch} (resource stmt)
  1855. int{\rtf\b ocifetchinto} (resource stmt, array &result [, int mode])
  1856. int{\rtf\b ocifetchstatement} (resource stmt, array &output [, int skip [, int maxrows [, int flags]]])
  1857. bool{\rtf\b ocifreecollection} (void)
  1858. bool{\rtf\b ocifreecursor} (resource stmt)
  1859. bool{\rtf\b ocifreedesc} (void)
  1860. bool{\rtf\b ocifreestatement} (resource stmt)
  1861. void{\rtf\b ociinternaldebug} (int onoff)
  1862. string{\rtf\b ociloadlob} (void)
  1863. bool{\rtf\b ocilogoff} (resource connection)
  1864. resource{\rtf\b ocilogon} (string username, string password [, string db])
  1865. object{\rtf\b ocinewcollection} (resource connection, string tdo [, string schema])
  1866. resource{\rtf\b ocinewcursor} (resource conn)
  1867. object{\rtf\b ocinewdescriptor} (resource connection [, int type])
  1868. resource{\rtf\b ocinlogon} (string username, string password [, string db])
  1869. int{\rtf\b ocinumcols} (resource stmt)
  1870. resource{\rtf\b ociparse} (resource conn, string query)
  1871. resource{\rtf\b ociplogon} (string username, string password [, string db])
  1872. mixed{\rtf\b ociresult} (resource statement, mixed col)
  1873. bool{\rtf\b ocirollback} (resource connection)
  1874. int{\rtf\b ocirowcount} (resource stmt)
  1875. bool{\rtf\b ocisavelob} (void)
  1876. bool{\rtf\b ocisavelobfile} (void)
  1877. string{\rtf\b ociserverversion} (resource conn)
  1878. bool{\rtf\b ocisetprefetch} (resource stmt, int rows)
  1879. string{\rtf\b ocistatementtype} (resource stmt)
  1880. bool{\rtf\b ociwritelobtofile} ([string filename [, int start [, int length]]])
  1881. int{\rtf\b octdec} (string octal_string)
  1882. bool{\rtf\b odbc_autocommit} (resource connection_id [, bool OnOff])
  1883. int{\rtf\b odbc_binmode} (resource result_id, int mode)
  1884. void{\rtf\b odbc_close} (resource connection_id)
  1885. void{\rtf\b odbc_close_all} (void)
  1886. int{\rtf\b odbc_columnprivileges} (resource connection_id [, string qualifier [, string owner [, string table_name [, string column_name]]]])
  1887. resource{\rtf\b odbc_columns} (resource connection_id [, string qualifier [, string schema [, string table_name [, string column_name]]]])
  1888. bool{\rtf\b odbc_commit} (resource connection_id)
  1889. resource{\rtf\b odbc_connect} (string dsn, string user, string password [, int cursor_type])
  1890. string{\rtf\b odbc_cursor} (resource result_id)
  1891. resource{\rtf\b odbc_data_source} (resource connection_id, constant fetch_type)
  1892. resource{\rtf\b odbc_do} (resource conn_id, string query)
  1893. string{\rtf\b odbc_error} ([resource connection_id])
  1894. string{\rtf\b odbc_errormsg} ([resource connection_id])
  1895. resource{\rtf\b odbc_exec} (resource connection_id, string query_string)
  1896. bool{\rtf\b odbc_execute} (resource result_id [, array parameters_array])
  1897. array{\rtf\b odbc_fetch_array} (resource result [, int rownumber])
  1898. bool{\rtf\b odbc_fetch_into} (resource result_id [, int rownumber, array result_array])
  1899. object{\rtf\b odbc_fetch_object} (resource result [, int rownumber])
  1900. bool{\rtf\b odbc_fetch_row} (resource result_id [, int row_number])
  1901. int{\rtf\b odbc_field_len} (resource result_id, int field_number)
  1902. string{\rtf\b odbc_field_name} (resource result_id, int field_number)
  1903. int{\rtf\b odbc_field_num} (resource result_id, string field_name)
  1904. string{\rtf\b odbc_field_precision} (resource result_id, int field_number)
  1905. string{\rtf\b odbc_field_scale} (resource result_id, int field_number)
  1906. string{\rtf\b odbc_field_type} (resource result_id, int field_number)
  1907. resource{\rtf\b odbc_foreignkeys} (resource connection_id, string pk_qualifier, string pk_owner, string pk_table, string fk_qualifier, string fk_owner, string fk_table)
  1908. bool{\rtf\b odbc_free_result} (resource result_id)
  1909. int{\rtf\b odbc_gettypeinfo} (resource connection_id [, int data_type])
  1910. int{\rtf\b odbc_longreadlen} (resource result_id, int length)
  1911. bool{\rtf\b odbc_next_result} (resource result_id)
  1912. int{\rtf\b odbc_num_fields} (resource result_id)
  1913. int{\rtf\b odbc_num_rows} (resource result_id)
  1914. resource{\rtf\b odbc_pconnect} (string dsn, string user, string password [, int cursor_type])
  1915. resource{\rtf\b odbc_prepare} (resource connection_id, string query_string)
  1916. resource{\rtf\b odbc_primarykeys} (resource connection_id, string qualifier, string owner, string table)
  1917. resource{\rtf\b odbc_procedurecolumns} (resource connection_id [, string qualifier [, string owner [, string proc [, string column]]]])
  1918. resource{\rtf\b odbc_procedures} (resource connection_id [, string qualifier [, string owner [, string name]]])
  1919. string{\rtf\b odbc_result} (resource result_id, mixed field)
  1920. int{\rtf\b odbc_result_all} (resource result_id [, string format])
  1921. int{\rtf\b odbc_rollback} (resource connection_id)
  1922. int{\rtf\b odbc_setoption} (resource id, int function, int option, int param)
  1923. resource{\rtf\b odbc_specialcolumns} (resource connection_id, int type, string qualifier, string owner, string table, int scope, int nullable)
  1924. resource{\rtf\b odbc_statistics} (resource connection_id, string qualifier, string owner, string table_name, int unique, int accuracy)
  1925. int{\rtf\b odbc_tableprivileges} (resource connection_id [, string qualifier [, string owner [, string name]]])
  1926. int{\rtf\b odbc_tables} (resource connection_id [, string qualifier [, string owner [, string name [, string types]]]])
  1927. resource{\rtf\b opendir} (string path)
  1928. int{\rtf\b openlog} (string ident, int option, int facility)
  1929. bool{\rtf\b openssl_csr_export} (resource csr, string &out [, bool notext])
  1930. bool{\rtf\b openssl_csr_export_to_file} (resource csr, string outfilename [, bool notext])
  1931. bool{\rtf\b openssl_csr_new} (array dn, resource privkey [, array configargs [, array extraattribs]])
  1932. resource{\rtf\b openssl_csr_sign} (mixed csr, mixed cacert, mixed priv_key, int days)
  1933. mixed{\rtf\b openssl_error_string} (void)
  1934. void{\rtf\b openssl_free_key} (resource key_identifier)
  1935. resource{\rtf\b openssl_get_privatekey} (mixed key [, string passphrase])
  1936. resource{\rtf\b openssl_get_publickey} (mixed certificate)
  1937. bool{\rtf\b openssl_open} (string sealed_data, string open_data, string env_key, mixed priv_key_id)
  1938. bool{\rtf\b openssl_pkcs7_decrypt} (string infilename, string outfilename, mixed recipcert [, mixed recipkey])
  1939. bool{\rtf\b openssl_pkcs7_encrypt} (string infile, string outfile, mixed recipcerts, array headers [, int flags])
  1940. bool{\rtf\b openssl_pkcs7_sign} (string infilename, string outfilename, mixed signcert, mixed privkey, array headers [, int flags [, string extracerts]])
  1941. bool{\rtf\b openssl_pkcs7_verify} (string filename, int flags [, string outfilename [, array cainfo [, string extracerts]]])
  1942. bool{\rtf\b openssl_pkey_export} (mixed key, string &out [, string passphrase [, array configargs]])
  1943. bool{\rtf\b openssl_pkey_export_to_file} (mixed key, string outfilename [, string passphrase [, array configargs]])
  1944. resource{\rtf\b openssl_get_privatekey} (mixed key [, string passphrase])
  1945. resource{\rtf\b openssl_pkey_get_public} (mixed certificate)
  1946. resource{\rtf\b openssl_pkey_new} ([array configargs])
  1947. bool{\rtf\b openssl_private_decrypt} (string data, string &decrypted, mixed key [, int padding])
  1948. bool{\rtf\b openssl_private_encrypt} (string data, string crypted, mixed key [, int padding])
  1949. bool{\rtf\b openssl_public_decrypt} (string data, string crypted, resource key [, int padding])
  1950. bool{\rtf\b openssl_public_encrypt} (string data, string crypted, mixed key [, int padding])
  1951. int{\rtf\b openssl_seal} (string data, string sealed_data, array env_keys, array pub_key_ids)
  1952. bool{\rtf\b openssl_sign} (string data, string signature, mixed priv_key_id)
  1953. int{\rtf\b openssl_verify} (string data, string signature, mixed pub_key_id)
  1954. bool{\rtf\b openssl_x509_check_private_key} (mixed cert, mixed key)
  1955. bool{\rtf\b openssl_x509_checkpurpose} (mixed x509cert, int purpose, array cainfo [, string untrustedfile])
  1956. bool{\rtf\b openssl_x509_export} (mixed x509, string &output [, bool notext])
  1957. bool{\rtf\b openssl_x509_export_to_file} (mixed x509, string outfilename [, bool notext])
  1958. void{\rtf\b openssl_x509_free} (resource x509cert)
  1959. array{\rtf\b openssl_x509_parse} (mixed x509cert [, bool shortnames])
  1960. resource{\rtf\b openssl_x509_read} (mixed x509certdata)
  1961. bool{\rtf\b ora_bind} (resource cursor, string PHP_variable_name, string SQL_parameter_name, int length [, int type])
  1962. bool{\rtf\b ora_close} (resource cursor)
  1963. string{\rtf\b ora_columnname} (resource cursor, int column)
  1964. int{\rtf\b ora_columnsize} (resource cursor, int column)
  1965. string{\rtf\b ora_columntype} (resource cursor, int column)
  1966. bool{\rtf\b ora_commit} (resource conn)
  1967. bool{\rtf\b ora_commitoff} (resource conn)
  1968. bool{\rtf\b ora_commiton} (resource conn)
  1969. resource{\rtf\b ora_do} (resource conn, string query)
  1970. string{\rtf\b ora_error} (resource cursor_or_connection)
  1971. int{\rtf\b ora_errorcode} (resource cursor_or_connection)
  1972. bool{\rtf\b ora_exec} (resource cursor)
  1973. bool{\rtf\b ora_fetch} (resource cursor)
  1974. int{\rtf\b ora_fetch_into} (resource cursor, array result [, int flags])
  1975. mixed{\rtf\b ora_getcolumn} (resource cursor, int column)
  1976. bool{\rtf\b ora_logoff} (resource connection)
  1977. resource{\rtf\b ora_logon} (string user, string password)
  1978. int{\rtf\b ora_numcols} (resource cursor)
  1979. int{\rtf\b ora_numrows} (resource cursor)
  1980. resource{\rtf\b ora_open} (resource connection)
  1981. bool{\rtf\b ora_parse} (resource cursor, string sql_statement, int defer)
  1982. resource{\rtf\b ora_plogon} (string user, string password)
  1983. bool{\rtf\b ora_rollback} (resource connection)
  1984. int{\rtf\b ord} (string string)
  1985. void{\rtf\b overload} ([string class_name])
  1986. void{\rtf\b ovrimos_close} (int connection)
  1987. bool{\rtf\b ovrimos_commit} (int connection_id)
  1988. int{\rtf\b ovrimos_connect} (string host, string db, string user, string password)
  1989. string{\rtf\b ovrimos_cursor} (int result_id)
  1990. int{\rtf\b ovrimos_exec} (int connection_id, string query)
  1991. bool{\rtf\b ovrimos_execute} (int result_id [, array parameters_array])
  1992. bool{\rtf\b ovrimos_fetch_into} (int result_id, array result_array [, string how [, int rownumber]])
  1993. bool{\rtf\b ovrimos_fetch_row} (int result_id [, int how [, int row_number]])
  1994. int{\rtf\b ovrimos_field_len} (int result_id, int field_number)
  1995. string{\rtf\b ovrimos_field_name} (int result_id, int field_number)
  1996. int{\rtf\b ovrimos_field_num} (int result_id, string field_name)
  1997. int{\rtf\b ovrimos_field_type} (int result_id, int field_number)
  1998. bool{\rtf\b ovrimos_free_result} (int result_id)
  1999. bool{\rtf\b ovrimos_longreadlen} (int result_id, int length)
  2000. int{\rtf\b ovrimos_num_fields} (int result_id)
  2001. int{\rtf\b ovrimos_num_rows} (int result_id)
  2002. int{\rtf\b ovrimos_prepare} (int connection_id, string query)
  2003. string{\rtf\b ovrimos_result} (int result_id, mixed field)
  2004. int{\rtf\b ovrimos_result_all} (int result_id [, string format])
  2005. bool{\rtf\b ovrimos_rollback} (int connection_id)
  2006. string{\rtf\b pack} (string format [, mixed args])
  2007. array{\rtf\b parse_ini_file} (string filename [, bool process_sections])
  2008. void{\rtf\b parse_str} (string str [, array arr])
  2009. array{\rtf\b parse_url} (string url)
  2010. void{\rtf\b passthru} (string command [, int return_var])
  2011. array{\rtf\b pathinfo} (string path)
  2012. int{\rtf\b pclose} (resource handle)
  2013. bool{\rtf\b pcntl_exec} (string path [, array args [, array envs]])
  2014. int{\rtf\b pcntl_fork} (void)
  2015. bool{\rtf\b pcntl_signal} (int signo, callback handle [, bool restart_syscalls])
  2016. int{\rtf\b pcntl_waitpid} (int pid, int &status, int options)
  2017. int{\rtf\b pcntl_wexitstatus} (int status)
  2018. int{\rtf\b pcntl_wifexited} (int status)
  2019. int{\rtf\b pcntl_wifsignaled} (int status)
  2020. int{\rtf\b pcntl_wifstopped} (int status)
  2021. int{\rtf\b pcntl_wstopsig} (int status)
  2022. int{\rtf\b pcntl_wtermsig} (int status)
  2023. bool{\rtf\b pdf_add_annotation} (resource pdfdoc, float llx, float lly, float urx, float ury, string contents, string title, string icon, int open)
  2024. int{\rtf\b pdf_add_bookmark} (resource pdfdoc, string text [, int parent [, int open]])
  2025. bool{\rtf\b pdf_add_launchlink} (resource pdfdoc, float llx, float lly, float urx, float ury, string filename)
  2026. bool{\rtf\b pdf_add_locallink} (resource pdfdoc, float lowerleftx, float lowerlefty, float upperrightx, float upperrighty, int page, string dest)
  2027. bool{\rtf\b pdf_add_note} (resource pdfdoc, float llx, float lly, float urx, float ury, string contents, string title, string icon, int open)
  2028. int{\rtf\b pdf_add_outline} (resource pdfdoc, string text [, int parent [, int open]])
  2029. bool{\rtf\b pdf_add_pdflink} (resource pdfdoc, float bottom_left_x, float bottom_left_y, float up_right_x, float up_right_y, string filename, int page, string dest)
  2030. bool{\rtf\b pdf_add_thumbnail} (resource pdfdoc, int image)
  2031. bool{\rtf\b pdf_add_weblink} (resource pdfdoc, float lowerleftx, float lowerlefty, float upperrightx, float upperrighty, string url)
  2032. bool{\rtf\b pdf_arc} (resource pdfdoc, float x, float y, float r, float alpha, float beta)
  2033. bool{\rtf\b pdf_arcn} (resource pdfdoc, float x, float y, float r, float alpha, float beta)
  2034. bool{\rtf\b pdf_attach_file} (resource pdfdoc, float llx, float lly, float urx, float ury, string filename, string description, string author, string mimetype, string icon)
  2035. bool{\rtf\b pdf_begin_page} (resource pdfdoc, float width, float height)
  2036. int{\rtf\b pdf_begin_pattern} (resource pdfdoc, float width, float height, float xstep, float ystep, int painttype)
  2037. int{\rtf\b pdf_begin_template} (resource pdfdoc, float width, float height)
  2038. bool{\rtf\b pdf_circle} (resource pdfdoc, float x, float y, float r)
  2039. bool{\rtf\b pdf_clip} (resource pdfdoc)
  2040. bool{\rtf\b pdf_close} (resource pdfdoc)
  2041. void{\rtf\b pdf_close_image} (resource pdfdoc, int image)
  2042. bool{\rtf\b pdf_close_pdi} (resource pdfdoc, int dochandle)
  2043. bool{\rtf\b pdf_close_pdi_page} (resource pdfdoc, int pagehandle)
  2044. bool{\rtf\b pdf_closepath} (resource pdfdoc)
  2045. bool{\rtf\b pdf_closepath_fill_stroke} (resource pdfdoc)
  2046. bool{\rtf\b pdf_closepath_stroke} (resource pdfdoc)
  2047. bool{\rtf\b pdf_concat} (resource pdfdoc, float a, float b, float c, float d, float e, float f)
  2048. bool{\rtf\b pdf_continue_text} (resource pdfdoc, string text)
  2049. bool{\rtf\b pdf_curveto} (resource pdfdoc, float x1, float y1, float x2, float y2, float x3, float y3)
  2050. bool{\rtf\b pdf_delete} (resource pdfdoc)
  2051. bool{\rtf\b pdf_end_page} (resource pdfdoc)
  2052. bool{\rtf\b pdf_end_pattern} (resource pdfdoc)
  2053. bool{\rtf\b pdf_end_template} (resource pdfdoc)
  2054. bool{\rtf\b pdf_fill} (resource pdfdoc)
  2055. bool{\rtf\b pdf_fill_stroke} (resource pdfdoc)
  2056. int{\rtf\b pdf_findfont} (resource pdfdoc, string fontname, string encoding [, int embed])
  2057. string{\rtf\b pdf_get_buffer} (resource pdfdoc)
  2058. float{\rtf\b pdf_get_font} (resource pdfdoc, string key [, float modifier])
  2059. string{\rtf\b pdf_get_fontname} (resource pdfdoc, string key [, float modifier])
  2060. float{\rtf\b pdf_get_fontsize} (resource pdfdoc, string key [, float modifier])
  2061. float{\rtf\b pdf_get_image_height} (resource pdfdoc, string key [, float modifier])
  2062. float{\rtf\b pdf_get_value} (resource pdfdoc, string key [, float modifier])
  2063. int{\rtf\b pdf_get_majorversion} (void)
  2064. int{\rtf\b pdf_get_minorversion} (void)
  2065. string{\rtf\b pdf_get_parameter} (resource pdfdoc, string key [, float modifier])
  2066. string{\rtf\b pdf_get_pdi_parameter} (resource pdfdoc, string key, int document, int page, int index)
  2067. string{\rtf\b pdf_get_pdi_value} (resource pdfdoc, string key, int doc, int page, int index)
  2068. float{\rtf\b pdf_get_value} (resource pdfdoc, string key [, float modifier])
  2069. bool{\rtf\b pdf_initgraphics} (resource pdfdoc)
  2070. bool{\rtf\b pdf_lineto} (resource pdfdoc, float x, float y)
  2071. bool{\rtf\b pdf_makespotcolor} (resource pdfdoc, string spotname)
  2072. bool{\rtf\b pdf_moveto} (resource pdfdoc, float x, float y)
  2073. resource{\rtf\b pdf_new} ()
  2074. resource{\rtf\b pdf_open} ()
  2075. int{\rtf\b pdf_open_CCITT} (resource pdfdoc, string filename, int width, int height, int BitReverse, int k, int Blackls1)
  2076. bool{\rtf\b pdf_open_file} (resource pdfdoc [, string filename])
  2077. int{\rtf\b pdf_open_image} (resource PDF-document, string imagetype, string source, string data, long length, int width, int height, int components, int bpc, string params)
  2078. int{\rtf\b pdf_open_image} (resource PDF-document, string imagetype, string source, string data, long length, int width, int height, int components, int bpc, string params)
  2079. int{\rtf\b pdf_open_image_file} (resource pdfdoc, string imagetype, string filename [, string stringparam [, string intparam]])
  2080. int{\rtf\b pdf_open_image} (resource PDF-document, string imagetype, string source, string data, long length, int width, int height, int components, int bpc, string params)
  2081. int{\rtf\b pdf_open_memory_image} (resource pdfdoc, resource image)
  2082. int{\rtf\b pdf_open_pdi} (resource pdfdoc, string filename, string stringparam, int intparam)
  2083. int{\rtf\b pdf_open_pdi_page} (resource pdfdoc, int dochandle, int pagenumber, string pagelabel)
  2084. int{\rtf\b pdf_open_image} (resource PDF-document, string imagetype, string source, string data, long length, int width, int height, int components, int bpc, string params)
  2085. int{\rtf\b pdf_open_image} (resource PDF-document, string imagetype, string source, string data, long length, int width, int height, int components, int bpc, string params)
  2086. bool{\rtf\b pdf_place_image} (resource pdfdoc, int image, float x, float y, float scale)
  2087. bool{\rtf\b pdf_place_pdi_page} (resource pdfdoc, int page, float x, float y, float sx, float sy)
  2088. bool{\rtf\b pdf_rect} (resource pdfdoc, float x, float y, float width, float height)
  2089. bool{\rtf\b pdf_restore} (resource pdfdoc)
  2090. bool{\rtf\b pdf_rotate} (resource pdfdoc, float phi)
  2091. bool{\rtf\b pdf_save} (resource pdfdoc)
  2092. bool{\rtf\b pdf_scale} (resource pdfdoc, float x-scale, float y-scale)
  2093. bool{\rtf\b pdf_set_border_color} (resource pdfdoc, float red, float green, float blue)
  2094. bool{\rtf\b pdf_set_border_dash} (resource pdfdoc, float black, float white)
  2095. bool{\rtf\b pdf_set_border_style} (resource pdfdoc, string style, float width)
  2096. bool{\rtf\b pdf_set_value} (resource pdfdoc, string key, float value)
  2097. bool{\rtf\b pdf_set_value} (resource pdfdoc, string key, float value)
  2098. int{\rtf\b pdf_findfont} (resource pdfdoc, string fontname, string encoding [, int embed])
  2099. bool{\rtf\b pdf_set_value} (resource pdfdoc, string key, float value)
  2100. bool{\rtf\b pdf_set_info} (resource pdfdoc, string key, string value)
  2101. bool{\rtf\b pdf_set_parameter} (resource pdfdoc, string key, string value)
  2102. bool{\rtf\b pdf_set_text_pos} (resource pdfdoc, float x, float y)
  2103. bool{\rtf\b pdf_set_value} (resource pdfdoc, string key, float value)
  2104. bool{\rtf\b pdf_setcolor} (resource pdfdoc, string type, string colorspace, float c1 [, float c2 [, float c3 [, float c4]]])
  2105. bool{\rtf\b pdf_setdash} (resource pdfdoc, float b, float w)
  2106. bool{\rtf\b pdf_setflat} (resource pdfdoc, float flatness)
  2107. bool{\rtf\b pdf_setfont} (resource pdfdoc, int font, float size)
  2108. bool{\rtf\b pdf_setgray} (resource pdfdoc, float gray)
  2109. bool{\rtf\b pdf_setgray_fill} (resource pdfdoc, float gray)
  2110. bool{\rtf\b pdf_setgray_stroke} (resource pdfdoc, float gray)
  2111. void{\rtf\b pdf_setlinecap} (resource pdfdoc, int linecap)
  2112. bool{\rtf\b pdf_setlinejoin} (resource pdfdoc, int value)
  2113. void{\rtf\b pdf_setlinewidth} (resource pdfdoc, float width)
  2114. bool{\rtf\b pdf_setmatrix} (resource pdfdoc, float a, float b, float c, float d, float e, float f)
  2115. bool{\rtf\b pdf_setmiterlimit} (resource pdfdoc, float miter)
  2116. bool{\rtf\b pdf_setdash} (resource pdfdoc, float b, float w)
  2117. bool{\rtf\b pdf_setrgbcolor} (resource pdfdoc, float red_value, float green_value, float blue_value)
  2118. bool{\rtf\b pdf_setrgbcolor_fill} (resource pdfdoc, float red_value, float green_value, float blue_value)
  2119. bool{\rtf\b pdf_setrgbcolor_stroke} (resource pdfdoc, float red_value, float green_value, float blue_value)
  2120. bool{\rtf\b pdf_show} (resource pdfdoc, string text)
  2121. int{\rtf\b pdf_show_boxed} (resource pdfdoc, string text, float left, float top, float width, float height, string mode [, string feature])
  2122. bool{\rtf\b pdf_show_xy} (resource pdfdoc, string text, float x, float y)
  2123. bool{\rtf\b pdf_skew} (resource pdfdoc, float alpha, float beta)
  2124. float{\rtf\b pdf_stringwidth} (resource pdfdoc, string text [, int font [, float size]])
  2125. bool{\rtf\b pdf_stroke} (resource pdfdoc)
  2126. bool{\rtf\b pdf_translate} (resource pdfdoc, float tx, float ty)
  2127. void{\rtf\b pfpro_cleanup} (void)
  2128. void{\rtf\b pfpro_init} (void)
  2129. array{\rtf\b pfpro_process} (array parameters [, string address [, int port [, int timeout [, string proxy_address [, int proxy_port [, string proxy_logon [, string proxy_password]]]]]]])
  2130. string{\rtf\b pfpro_process_raw} (string parameters [, string address [, int port [, int timeout [, string proxy_address [, int proxy_port [, string proxy_logon [, string proxy_password]]]]]]])
  2131. string{\rtf\b pfpro_version} (void)
  2132. int{\rtf\b pfsockopen} (string hostname, int port [, int errno [, string errstr [, int timeout]]])
  2133. int{\rtf\b pg_affected_rows} (resource result)
  2134. bool{\rtf\b pg_cancel_query} (resource connection)
  2135. string{\rtf\b pg_client_encoding} ([resource connection])
  2136. bool{\rtf\b pg_close} (resource connection)
  2137. resource{\rtf\b pg_connect} (string connection_string)
  2138. bool{\rtf\b pg_connection_busy} (resource connection)
  2139. bool{\rtf\b pg_connection_reset} (resource connection)
  2140. int{\rtf\b pg_connection_status} (resource connection)
  2141. array{\rtf\b pg_convert} (resource connection, string table_name, array assoc_array [, int options])
  2142. bool{\rtf\b pg_copy_from} (resource connection, string table_name, array rows [, string delimiter [, string null_as]])
  2143. array{\rtf\b pg_copy_to} (resource connection, string table_name [, string delimiter [, string null_as]])
  2144. string{\rtf\b pg_dbname} (resource connection)
  2145. mixed{\rtf\b pg_delete} (resource connection, string table_name, array assoc_array [, int options])
  2146. bool{\rtf\b pg_end_copy} ([resource connection])
  2147. string{\rtf\b pg_escape_bytea} (string data)
  2148. string{\rtf\b pg_escape_string} (string data)
  2149. array{\rtf\b pg_fetch_all} (resource result)
  2150. array{\rtf\b pg_fetch_array} (resource result [, int row [, int result_type]])
  2151. array{\rtf\b pg_fetch_assoc} (resource result [, int row])
  2152. object{\rtf\b pg_fetch_object} (resource result [, int row [, int result_type]])
  2153. mixed{\rtf\b pg_fetch_result} (resource result, int row, mixed field)
  2154. array{\rtf\b pg_fetch_row} (resource result, int row)
  2155. int{\rtf\b pg_field_is_null} (resource result, int row, mixed field)
  2156. string{\rtf\b pg_field_name} (resource result, int field_number)
  2157. int{\rtf\b pg_field_num} (resource result, string field_name)
  2158. int{\rtf\b pg_field_prtlen} (resource result, int row_number, string field_name)
  2159. int{\rtf\b pg_field_size} (resource result, int field_number)
  2160. string{\rtf\b pg_field_type} (resource result, int field_number)
  2161. bool{\rtf\b pg_free_result} (resource result)
  2162. array{\rtf\b pg_get_notify} (resource connection [, int result_type])
  2163. int{\rtf\b pg_get_pid} (resource connection)
  2164. resource{\rtf\b pg_get_result} ([resource connection])
  2165. string{\rtf\b pg_host} (resource connection)
  2166. bool{\rtf\b pg_insert} (resource connection, string table_name, array assoc_array [, int options])
  2167. string{\rtf\b pg_last_error} ([resource connection])
  2168. string{\rtf\b pg_last_notice} (resource connection)
  2169. int{\rtf\b pg_last_oid} (resource result)
  2170. bool{\rtf\b pg_lo_close} (resource large_object)
  2171. int{\rtf\b pg_lo_create} (resource connection)
  2172. bool{\rtf\b pg_lo_export} (int oid, string pathname [, resource connection])
  2173. int{\rtf\b pg_lo_import} ([resource connection, string pathname])
  2174. resource{\rtf\b pg_lo_open} (resource connection, int oid, string mode)
  2175. string{\rtf\b pg_lo_read} (resource large_object, int len)
  2176. int{\rtf\b pg_lo_read_all} (resource large_object)
  2177. bool{\rtf\b pg_lo_seek} (resource large_object, int offset [, int whence])
  2178. int{\rtf\b pg_lo_tell} (resource large_object)
  2179. bool{\rtf\b pg_lo_unlink} (resource connection, int oid)
  2180. int{\rtf\b pg_lo_write} (resource large_object, string data)
  2181. array{\rtf\b pg_meta_data} (resource connection, string table_name)
  2182. int{\rtf\b pg_num_fields} (resource result)
  2183. int{\rtf\b pg_num_rows} (resource result)
  2184. string{\rtf\b pg_options} (resource connection)
  2185. resource{\rtf\b pg_pconnect} (string connection_string)
  2186. bool{\rtf\b pg_ping} (resource connection)
  2187. int{\rtf\b pg_port} (resource connection)
  2188. bool{\rtf\b pg_put_line} ([resource connection, string data])
  2189. resource{\rtf\b pg_query} (resource connection, string query)
  2190. string{\rtf\b pg_result_error} (resource result)
  2191. array{\rtf\b pg_result_seek} (resource result, int offset)
  2192. int{\rtf\b pg_result_status} (resource result)
  2193. array{\rtf\b pg_select} (resource connection, string table_name, array assoc_array [, int options])
  2194. bool{\rtf\b pg_send_query} (resource connection, string query)
  2195. int{\rtf\b pg_set_client_encoding} ([resource connection, string encoding])
  2196. bool{\rtf\b pg_trace} (string pathname [, string mode [, resource connection]])
  2197. string{\rtf\b pg_tty} (resource connection)
  2198. string{\rtf\b pg_unescape_bytea} (string data)
  2199. bool{\rtf\b pg_untrace} ([resource connection])
  2200. mixed{\rtf\b pg_update} (resource connection, string table_name, array data, array condition [, int options])
  2201. string{\rtf\b php_ini_scanned_files} (void)
  2202. string{\rtf\b php_logo_guid} (void)
  2203. string{\rtf\b php_sapi_name} (void)
  2204. string{\rtf\b php_uname} (void)
  2205. void{\rtf\b phpcredits} ([int flag])
  2206. int{\rtf\b phpinfo} ([int what])
  2207. string{\rtf\b phpversion} (void)
  2208. float{\rtf\b pi} (void)
  2209. int{\rtf\b png2wbmp} (string pngname, string wbmpname, int d_height, int d_width, int threshold)
  2210. resource{\rtf\b popen} (string command, string mode)
  2211. mixed{\rtf\b pos} (array array)
  2212. string{\rtf\b posix_ctermid} (void)
  2213. int{\rtf\b posix_get_last_error} (void)
  2214. string{\rtf\b posix_getcwd} (void)
  2215. int{\rtf\b posix_getegid} (void)
  2216. int{\rtf\b posix_geteuid} (void)
  2217. int{\rtf\b posix_getgid} (void)
  2218. array{\rtf\b posix_getgrgid} (int gid)
  2219. array{\rtf\b posix_getgrnam} (string name)
  2220. array{\rtf\b posix_getgroups} (void)
  2221. string{\rtf\b posix_getlogin} (void)
  2222. int{\rtf\b posix_getpgid} (int pid)
  2223. int{\rtf\b posix_getpgrp} (void)
  2224. int{\rtf\b posix_getpid} (void)
  2225. int{\rtf\b posix_getppid} (void)
  2226. array{\rtf\b posix_getpwnam} (string username)
  2227. array{\rtf\b posix_getpwuid} (int uid)
  2228. array{\rtf\b posix_getrlimit} (void)
  2229. int{\rtf\b posix_getsid} (int pid)
  2230. int{\rtf\b posix_getuid} (void)
  2231. bool{\rtf\b posix_isatty} (int fd)
  2232. bool{\rtf\b posix_kill} (int pid, int sig)
  2233. bool{\rtf\b posix_mkfifo} (string pathname, int mode)
  2234. bool{\rtf\b posix_setegid} (int gid)
  2235. bool{\rtf\b posix_seteuid} (int uid)
  2236. bool{\rtf\b posix_setgid} (int gid)
  2237. int{\rtf\b posix_setpgid} (int pid, int pgid)
  2238. int{\rtf\b posix_setsid} (void)
  2239. bool{\rtf\b posix_setuid} (int uid)
  2240. string{\rtf\b posix_strerror} (int errno)
  2241. array{\rtf\b posix_times} (void)
  2242. string{\rtf\b posix_ttyname} (int fd)
  2243. array{\rtf\b posix_uname} (void)
  2244. number{\rtf\b pow} (number base, number exp)
  2245. array{\rtf\b preg_grep} (string pattern, array input)
  2246. int{\rtf\b preg_match} (string pattern, string subject [, array matches [, int flags]])
  2247. int{\rtf\b preg_match_all} (string pattern, string subject, array matches [, int flags])
  2248. string{\rtf\b preg_quote} (string str [, string delimiter])
  2249. mixed{\rtf\b preg_replace} (mixed pattern, mixed replacement, mixed subject [, int limit])
  2250. mixed{\rtf\b preg_replace_callback} (mixed pattern, callback callback, mixed subject [, int limit])
  2251. array{\rtf\b preg_split} (string pattern, string subject [, int limit [, int flags]])
  2252. mixed{\rtf\b prev} (array array)
  2253. int{\rtf\b print} (string arg)
  2254. bool{\rtf\b print_r} (mixed expression [, bool return])
  2255. void{\rtf\b printer_abort} (resource handle)
  2256. void{\rtf\b printer_close} (resource handle)
  2257. mixed{\rtf\b printer_create_brush} (int style, string color)
  2258. void{\rtf\b printer_create_dc} (resource handle)
  2259. mixed{\rtf\b printer_create_font} (string face, int height, int width, int font_weight, bool italic, bool underline, bool strikeout, int orientaton)
  2260. mixed{\rtf\b printer_create_pen} (int style, int width, string color)
  2261. bool{\rtf\b printer_delete_brush} (resource handle)
  2262. bool{\rtf\b printer_delete_dc} (resource handle)
  2263. bool{\rtf\b printer_delete_font} (resource handle)
  2264. bool{\rtf\b printer_delete_pen} (resource handle)
  2265. void{\rtf\b printer_draw_bmp} (resource handle, string filename, int x, int y)
  2266. void{\rtf\b printer_draw_chord} (resource handle, int rec_x, int rec_y, int rec_x1, int rec_y1, int rad_x, int rad_y, int rad_x1, int rad_y1)
  2267. void{\rtf\b printer_draw_elipse} (resource handle, int ul_x, int ul_y, int lr_x, int lr_y)
  2268. void{\rtf\b printer_draw_line} (resource printer_handle, int from_x, int from_y, int to_x, int to_y)
  2269. void{\rtf\b printer_draw_pie} (resource handle, int rec_x, int rec_y, int rec_x1, int rec_y1, int rad1_x, int rad1_y, int rad2_x, int rad2_y)
  2270. void{\rtf\b printer_draw_rectangle} (resource handle, int ul_x, int ul_y, int lr_x, int lr_y)
  2271. void{\rtf\b printer_draw_roundrect} (resource handle, int ul_x, int ul_y, int lr_x, int lr_y, int width, int height)
  2272. void{\rtf\b printer_draw_text} (resource printer_handle, string text, int x, int y)
  2273. bool{\rtf\b printer_end_doc} (resource handle)
  2274. bool{\rtf\b printer_end_page} (resource handle)
  2275. mixed{\rtf\b printer_get_option} (resource handle, string option)
  2276. array{\rtf\b printer_list} (int enumtype [, string name [, int level]])
  2277. int{\rtf\b printer_logical_fontheight} (resource handle, int height)
  2278. mixed{\rtf\b printer_open} ([string devicename])
  2279. void{\rtf\b printer_select_brush} (resource printer_handle, resource brush_handle)
  2280. void{\rtf\b printer_select_font} (resource printer_handle, resource font_handle)
  2281. void{\rtf\b printer_select_pen} (resource printer_handle, resource pen_handle)
  2282. bool{\rtf\b printer_set_option} (resource handle, int option, mixed value)
  2283. bool{\rtf\b printer_start_doc} (resource handle [, string document])
  2284. bool{\rtf\b printer_start_page} (resource handle)
  2285. bool{\rtf\b printer_write} (resource handle, string content)
  2286. void{\rtf\b printf} (string format [, mixed args])
  2287. int{\rtf\b proc_close} (resource process)
  2288. int{\rtf\b proc_get_status} (resource process)
  2289. bool{\rtf\b proc_nice} (int priority)
  2290. resource{\rtf\b proc_open} (string cmd, array descriptorspec, array pipes)
  2291. int{\rtf\b proc_terminate} (resource process [, int signal])
  2292. int{\rtf\b pspell_add_to_personal} (int dictionary_link, string word)
  2293. int{\rtf\b pspell_add_to_session} (int dictionary_link, string word)
  2294. bool{\rtf\b pspell_check} (int dictionary_link, string word)
  2295. int{\rtf\b pspell_clear_session} (int dictionary_link)
  2296. int{\rtf\b pspell_config_create} (string language [, string spelling [, string jargon [, string encoding]]])
  2297. int{\rtf\b pspell_config_ignore} (int dictionary_link, int n)
  2298. int{\rtf\b pspell_config_mode} (int dictionary_link, int mode)
  2299. int{\rtf\b pspell_config_personal} (int dictionary_link, string file)
  2300. int{\rtf\b pspell_config_repl} (int dictionary_link, string file)
  2301. int{\rtf\b pspell_config_runtogether} (int dictionary_link, bool flag)
  2302. int{\rtf\b pspell_config_save_repl} (int dictionary_link, bool flag)
  2303. int{\rtf\b pspell_new} (string language [, string spelling [, string jargon [, string encoding [, int mode]]]])
  2304. int{\rtf\b pspell_new_config} (int config)
  2305. int{\rtf\b pspell_new_personal} (string personal, string language [, string spelling [, string jargon [, string encoding [, int mode]]]])
  2306. int{\rtf\b pspell_save_wordlist} (int dictionary_link)
  2307. int{\rtf\b pspell_store_replacement} (int dictionary_link, string misspelled, string correct)
  2308. array{\rtf\b pspell_suggest} (int dictionary_link, string word)
  2309. void{\rtf\b putenv} (string setting)
  2310. string{\rtf\b qdom_error} (void)
  2311. object{\rtf\b qdom_tree} (string)
  2312. string{\rtf\b quoted_printable_decode} (string str)
  2313. string{\rtf\b quotemeta} (string str)
  2314. float{\rtf\b rad2deg} (float number)
  2315. int{\rtf\b rand} ([int min, int max])
  2316. array{\rtf\b range} (int low, int high [, int step])
  2317. string{\rtf\b rawurldecode} (string str)
  2318. string{\rtf\b rawurlencode} (string str)
  2319. array{\rtf\b read_exif_data} (string filename [, string sections [, bool arrays [, bool thumbnail]]])
  2320. string{\rtf\b readdir} (resource dir_handle)
  2321. int{\rtf\b readfile} (string filename [, bool use_include_path [, resource context]])
  2322. int{\rtf\b readgzfile} (string filename [, int use_include_path])
  2323. string{\rtf\b readline} ([string prompt])
  2324. void{\rtf\b readline_add_history} (string line)
  2325. bool{\rtf\b readline_clear_history} (void)
  2326. bool{\rtf\b readline_completion_function} (string line)
  2327. mixed{\rtf\b readline_info} ([string varname [, string newvalue]])
  2328. array{\rtf\b readline_list_history} (void)
  2329. bool{\rtf\b readline_read_history} (string filename)
  2330. bool{\rtf\b readline_write_history} (string filename)
  2331. string{\rtf\b readlink} (string path)
  2332. string{\rtf\b realpath} (string path)
  2333. string{\rtf\b recode} (string request, string string)
  2334. bool{\rtf\b recode_file} (string request, resource input, resource output)
  2335. string{\rtf\b recode_string} (string request, string string)
  2336. void{\rtf\b register_shutdown_function} (callback function)
  2337. void{\rtf\b register_tick_function} (callback function [, mixed arg])
  2338. bool{\rtf\b rename} (string oldname, string newname)
  2339. mixed{\rtf\b reset} (array array)
  2340. void{\rtf\b restore_error_handler} (void)
  2341. void{\rtf\b restore_include_path} (void)
  2342. bool{\rtf\b rewind} (resource handle)
  2343. void{\rtf\b rewinddir} (resource dir_handle)
  2344. bool{\rtf\b rmdir} (string dirname)
  2345. float{\rtf\b round} (float val [, int precision])
  2346. void{\rtf\b rsort} (array array [, int sort_flags])
  2347. string{\rtf\b rtrim} (string str [, string charlist])
  2348. array{\rtf\b scandir} (string directory [, int sorting_order])
  2349. bool{\rtf\b sem_acquire} (int sem_identifier)
  2350. int{\rtf\b sem_get} (int key [, int max_acquire [, int perm]])
  2351. bool{\rtf\b sem_release} (int sem_identifier)
  2352. bool{\rtf\b sem_remove} (int sem_identifier)
  2353. string{\rtf\b serialize} (mixed value)
  2354. int{\rtf\b sesam_affected_rows} (string result_id)
  2355. bool{\rtf\b sesam_commit} (void)
  2356. bool{\rtf\b sesam_connect} (string catalog, string schema, string user)
  2357. array{\rtf\b sesam_diagnostic} (void)
  2358. bool{\rtf\b sesam_disconnect} (void)
  2359. string{\rtf\b sesam_errormsg} (void)
  2360. string{\rtf\b sesam_execimm} (string query)
  2361. array{\rtf\b sesam_fetch_array} (string result_id [, int whence [, int offset]])
  2362. mixed{\rtf\b sesam_fetch_result} (string result_id [, int max_rows])
  2363. array{\rtf\b sesam_fetch_row} (string result_id [, int whence [, int offset]])
  2364. array{\rtf\b sesam_field_array} (string result_id)
  2365. int{\rtf\b sesam_field_name} (string result_id, int index)
  2366. int{\rtf\b sesam_free_result} (string result_id)
  2367. int{\rtf\b sesam_num_fields} (string result_id)
  2368. string{\rtf\b sesam_query} (string query [, bool scrollable])
  2369. bool{\rtf\b sesam_rollback} (void)
  2370. bool{\rtf\b sesam_seek_row} (string result_id, int whence [, int offset])
  2371. bool{\rtf\b sesam_settransaction} (int isolation_level, int read_only)
  2372. int{\rtf\b session_cache_expire} ([int new_cache_expire])
  2373. string{\rtf\b session_cache_limiter} ([string cache_limiter])
  2374. bool{\rtf\b session_decode} (string data)
  2375. bool{\rtf\b session_destroy} (void)
  2376. string{\rtf\b session_encode} (void)
  2377. array{\rtf\b session_get_cookie_params} (void)
  2378. string{\rtf\b session_id} ([string id])
  2379. bool{\rtf\b session_is_registered} (string name)
  2380. string{\rtf\b session_module_name} ([string module])
  2381. string{\rtf\b session_name} ([string name])
  2382. bool{\rtf\b session_regenerate_id} (void)
  2383. bool{\rtf\b session_register} (mixed name [, mixed ...])
  2384. string{\rtf\b session_save_path} ([string path])
  2385. void{\rtf\b session_set_cookie_params} (int lifetime [, string path [, string domain [, bool secure]]])
  2386. bool{\rtf\b session_set_save_handler} (string open, string close, string read, string write, string destroy, string gc)
  2387. bool{\rtf\b session_start} (void)
  2388. bool{\rtf\b session_unregister} (string name)
  2389. void{\rtf\b session_unset} (void)
  2390. void{\rtf\b session_write_close} (void)
  2391. string{\rtf\b set_error_handler} (callback error_handler)
  2392. int{\rtf\b set_file_buffer} (resource stream, int buffer)
  2393. string{\rtf\b set_include_path} (string new_include_path)
  2394. bool{\rtf\b set_magic_quotes_runtime} (int new_setting)
  2395. void{\rtf\b set_time_limit} (int seconds)
  2396. bool{\rtf\b setcookie} (string name [, string value [, int expire [, string path [, string domain [, int secure]]]]])
  2397. string{\rtf\b setlocale} (mixed category, string locale [, string ...])
  2398. bool{\rtf\b settype} (mixed var, string type)
  2399. string{\rtf\b sha1} (string str [, bool raw_output])
  2400. string{\rtf\b sha1_file} (string filename [, bool raw_output])
  2401. string{\rtf\b shell_exec} (string cmd)
  2402. int{\rtf\b shm_attach} (int key [, int memsize [, int perm]])
  2403. bool{\rtf\b shm_detach} (int shm_identifier)
  2404. mixed{\rtf\b shm_get_var} (int id, int variable_key)
  2405. int{\rtf\b shm_put_var} (int shm_identifier, int variable_key, mixed variable)
  2406. int{\rtf\b shm_remove} (int shm_identifier)
  2407. int{\rtf\b shm_remove_var} (int id, int variable_key)
  2408. int{\rtf\b shmop_close} (int shmid)
  2409. int{\rtf\b shmop_delete} (int shmid)
  2410. int{\rtf\b shmop_open} (int key, string flags, int mode, int size)
  2411. string{\rtf\b shmop_read} (int shmid, int start, int count)
  2412. int{\rtf\b shmop_size} (int shmid)
  2413. int{\rtf\b shmop_write} (int shmid, string data, int offset)
  2414. mixed{\rtf\b show_source} (string filename [, bool return])
  2415. void{\rtf\b shuffle} (array array)
  2416. int{\rtf\b similar_text} (string first, string second [, float percent])
  2417. float{\rtf\b sin} (float arg)
  2418. float{\rtf\b sinh} (float arg)
  2419. int{\rtf\b sizeof} (mixed var [, int mode])
  2420. void{\rtf\b sleep} (int seconds)
  2421. bool{\rtf\b snmp_get_quick_print} (void)
  2422. void{\rtf\b snmp_set_quick_print} (bool quick_print)
  2423. string{\rtf\b snmpget} (string hostname, string community, string object_id [, int timeout [, int retries]])
  2424. array{\rtf\b snmprealwalk} (string host, string community, string object_id [, int timeout [, int retries]])
  2425. bool{\rtf\b snmpset} (string hostname, string community, string object_id, string type, mixed value [, int timeout [, int retries]])
  2426. array{\rtf\b snmpwalk} (string hostname, string community, string object_id [, int timeout [, int retries]])
  2427. array{\rtf\b snmpwalkoid} (string hostname, string community, string object_id [, int timeout [, int retries]])
  2428. resource{\rtf\b socket_accept} (resource socket)
  2429. bool{\rtf\b socket_bind} (resource socket, string address [, int port])
  2430. void{\rtf\b socket_clear_error} ([resource socket])
  2431. void{\rtf\b socket_close} (resource socket)
  2432. bool{\rtf\b socket_connect} (resource socket, string address [, int port])
  2433. resource{\rtf\b socket_create} (int domain, int type, int protocol)
  2434. resource{\rtf\b socket_create_listen} (int port [, int backlog])
  2435. bool{\rtf\b socket_create_pair} (int domain, int type, int protocol, array &fd)
  2436. mixed{\rtf\b socket_get_option} (resource socket, int level, int optname)
  2437. array{\rtf\b socket_get_status} (resource stream)
  2438. bool{\rtf\b socket_getpeername} (resource socket, string &addr [, int &port])
  2439. bool{\rtf\b socket_getsockname} (resource socket, string &addr [, int &port])
  2440. bool{\rtf\b socket_iovec_add} (resource iovec, int iov_len)
  2441. resource{\rtf\b socket_iovec_alloc} (int num_vectors [, int ])
  2442. bool{\rtf\b socket_iovec_delete} (resource iovec, int iov_pos)
  2443. string{\rtf\b socket_iovec_fetch} (resource iovec, int iovec_position)
  2444. bool{\rtf\b socket_iovec_free} (resource iovec)
  2445. bool{\rtf\b socket_iovec_set} (resource iovec, int iovec_position, string new_val)
  2446. int{\rtf\b socket_last_error} ([resource socket])
  2447. bool{\rtf\b socket_listen} (resource socket [, int backlog])
  2448. string{\rtf\b socket_read} (resource socket, int length [, int type])
  2449. bool{\rtf\b socket_readv} (resource socket, resource iovec_id)
  2450. int{\rtf\b socket_recv} (resource socket, string &buf, int len, int flags)
  2451. int{\rtf\b socket_recvfrom} (resource socket, string &buf, int len, int flags, string &name [, int &port])
  2452. bool{\rtf\b socket_recvmsg} (resource socket, resource iovec, array &control, int &controllen, int &flags, string &addr [, int &port])
  2453. int{\rtf\b socket_select} (array &read, array &write, array &except, int tv_sec [, int tv_usec])
  2454. int{\rtf\b socket_send} (resource socket, string buf, int len, int flags)
  2455. bool{\rtf\b socket_sendmsg} (resource socket, resource iovec, int flags, string addr [, int port])
  2456. int{\rtf\b socket_sendto} (resource socket, string buf, int len, int flags, string addr [, int port])
  2457. bool{\rtf\b socket_set_block} (resource socket)
  2458. bool{\rtf\b socket_set_blocking} (resource stream, int mode)
  2459. bool{\rtf\b socket_set_nonblock} (resource socket)
  2460. bool{\rtf\b socket_set_option} (resource socket, int level, int optname, mixed optval)
  2461. bool{\rtf\b socket_set_timeout} (resource stream, int seconds [, int microseconds])
  2462. bool{\rtf\b socket_shutdown} (resource socket [, int how])
  2463. string{\rtf\b socket_strerror} (int errno)
  2464. int{\rtf\b socket_write} (resource socket, string buffer [, int length])
  2465. bool{\rtf\b socket_writev} (resource socket, resource iovec_id)
  2466. void{\rtf\b sort} (array array [, int sort_flags])
  2467. string{\rtf\b soundex} (string str)
  2468. array{\rtf\b split} (string pattern, string string [, int limit])
  2469. array{\rtf\b spliti} (string pattern, string string [, int limit])
  2470. string{\rtf\b sprintf} (string format [, mixed args])
  2471. string{\rtf\b sql_regcase} (string string)
  2472. array{\rtf\b sqlite_array_query} (resource dbhandle, string query [, int result_type [, bool decode_binary]])
  2473. void{\rtf\b sqlite_busy_timeout} (resource dbhandle, int milliseconds)
  2474. int{\rtf\b sqlite_changes} (resource dbhandle)
  2475. void{\rtf\b sqlite_close} (resource dbhandle)
  2476. mixed{\rtf\b sqlite_column} (resource result, mixed index_or_name [, bool decode_binary])
  2477. bool{\rtf\b sqlite_create_aggregate} (resource dbhandle, string function_name, mixed step_func, mixed finalize_func [, int num_args])
  2478. bool{\rtf\b sqlite_create_function} (resource dbhandle, string function_name, mixed callback [, int num_args])
  2479. array{\rtf\b sqlite_current} (resource result [, int result_type [, bool decode_binary]])
  2480. string{\rtf\b sqlite_error_string} (int error_code)
  2481. string{\rtf\b sqlite_escape_string} (string item)
  2482. array{\rtf\b sqlite_fetch_array} (resource result [, int result_type [, bool decode_binary]])
  2483. string{\rtf\b sqlite_fetch_single} (resource result [, int result_type [, bool decode_binary]])
  2484. string{\rtf\b sqlite_fetch_string} (resource result [, int result_type [, bool decode_binary]])
  2485. string{\rtf\b sqlite_field_name} (resource result, int field_index)
  2486. bool{\rtf\b sqlite_has_more} (resource result)
  2487. int{\rtf\b sqlite_last_error} (resource dbhandle)
  2488. int{\rtf\b sqlite_last_insert_rowid} (resource dbhandle)
  2489. string{\rtf\b sqlite_libencoding} (void)
  2490. string{\rtf\b sqlite_libversion} (void)
  2491. bool{\rtf\b sqlite_next} (resource result)
  2492. int{\rtf\b sqlite_num_fields} (resource result)
  2493. int{\rtf\b sqlite_num_rows} (resource result)
  2494. resource{\rtf\b sqlite_open} (string filename [, int mode [, string &error_message]])
  2495. resource{\rtf\b sqlite_popen} (string filename [, int mode [, string &error_message]])
  2496. resource{\rtf\b sqlite_query} (resource dbhandle, string query)
  2497. bool{\rtf\b sqlite_rewind} (resource result)
  2498. bool{\rtf\b sqlite_seek} (resource result, int rownum)
  2499. string{\rtf\b sqlite_udf_decode_binary} (string data)
  2500. string{\rtf\b sqlite_udf_encode_binary} (string data)
  2501. resource{\rtf\b sqlite_unbuffered_query} (resource dbhandle, string query)
  2502. float{\rtf\b sqrt} (float arg)
  2503. void{\rtf\b srand} (int seed)
  2504. mixed{\rtf\b sscanf} (string str, string format [, string var1])
  2505. array{\rtf\b stat} (string filename)
  2506. mixed{\rtf\b str_ireplace} (mixed search, mixed replace, mixed subject [, int &count])
  2507. string{\rtf\b str_pad} (string input, int pad_length [, string pad_string [, int pad_type]])
  2508. string{\rtf\b str_repeat} (string input, int multiplier)
  2509. mixed{\rtf\b str_replace} (mixed search, mixed replace, mixed subject [, int &count])
  2510. string{\rtf\b str_rot13} (string str)
  2511. string{\rtf\b str_shuffle} (string str)
  2512. array{\rtf\b str_split} (string string [, int split_length])
  2513. mixed{\rtf\b str_word_count} (string string [, int format])
  2514. int{\rtf\b strcasecmp} (string str1, string str2)
  2515. string{\rtf\b strchr} (string haystack, string needle)
  2516. int{\rtf\b strcmp} (string str1, string str2)
  2517. int{\rtf\b strcoll} (string str1, string str2)
  2518. int{\rtf\b strcspn} (string str1, string str2)
  2519. resource{\rtf\b stream_context_create} (array options)
  2520. array{\rtf\b stream_context_get_options} (resource stream|context)
  2521. bool{\rtf\b stream_context_set_option} (resource context|stream, string wrapper, string option, mixed value)
  2522. bool{\rtf\b stream_context_set_params} (resource stream|context, array params)
  2523. int{\rtf\b stream_copy_to_stream} (resource source, resource dest [, int maxlength])
  2524. bool{\rtf\b stream_filter_append} (resource stream, string filtername [, int read_write [, string params]])
  2525. bool{\rtf\b stream_filter_prepend} (resource stream, string filtername [, int read_write [, string params]])
  2526. bool{\rtf\b stream_filter_register} (string filtername, string classname)
  2527. array{\rtf\b stream_get_filters} (void)
  2528. string{\rtf\b stream_get_line} (resource handle, int length, string ending)
  2529. array{\rtf\b stream_get_meta_data} (resource stream)
  2530. array{\rtf\b stream_get_transports} (void)
  2531. array{\rtf\b stream_get_wrappers} (void)
  2532. bool{\rtf\b stream_register_wrapper} (string protocol, string classname)
  2533. int{\rtf\b stream_select} (resource &read, resource &write, resource &except, int tv_sec [, int tv_usec])
  2534. bool{\rtf\b stream_set_blocking} (resource stream, int mode)
  2535. bool{\rtf\b stream_set_timeout} (resource stream, int seconds [, int microseconds])
  2536. int{\rtf\b stream_set_write_buffer} (resource stream, int buffer)
  2537. resource{\rtf\b stream_socket_accept} (resource server_socket [, int timeout [, string &peername]])
  2538. resource{\rtf\b stream_socket_client} (string remote_socket [, int &errno [, string &errstr [, float timeout [, int flags [, resource context]]]]])
  2539. string{\rtf\b stream_socket_get_name} (resource handle, bool want_peer)
  2540. resource{\rtf\b stream_socket_server} (string local_socket [, int &errno [, string &errstr [, int flags [, resource context]]]])
  2541. bool{\rtf\b stream_wrapper_register} (string protocol, string classname)
  2542. string{\rtf\b strftime} (string format [, int timestamp])
  2543. string{\rtf\b strip_tags} (string str [, string allowable_tags])
  2544. string{\rtf\b stripcslashes} (string str)
  2545. int{\rtf\b stripos} (string haystack, string needle [, int offset])
  2546. string{\rtf\b stripslashes} (string str)
  2547. string{\rtf\b stristr} (string haystack, string needle)
  2548. int{\rtf\b strlen} (string str)
  2549. int{\rtf\b strnatcasecmp} (string str1, string str2)
  2550. int{\rtf\b strnatcmp} (string str1, string str2)
  2551. int{\rtf\b strncasecmp} (string str1, string str2, int len)
  2552. int{\rtf\b strncmp} (string str1, string str2, int len)
  2553. int{\rtf\b strpos} (string haystack, string needle [, int offset])
  2554. string{\rtf\b strrchr} (string haystack, string needle)
  2555. string{\rtf\b strrev} (string string)
  2556. int{\rtf\b strripos} (string haystack, string needle)
  2557. int{\rtf\b strrpos} (string haystack, char needle)
  2558. int{\rtf\b strspn} (string str1, string str2)
  2559. string{\rtf\b strstr} (string haystack, string needle)
  2560. string{\rtf\b strtok} (string arg1, string arg2)
  2561. string{\rtf\b strtolower} (string str)
  2562. int{\rtf\b strtotime} (string time [, int now])
  2563. string{\rtf\b strtoupper} (string string)
  2564. string{\rtf\b strtr} (string str, string from, string to)
  2565. string{\rtf\b strval} (mixed var)
  2566. string{\rtf\b substr} (string string, int start [, int length])
  2567. int{\rtf\b substr_count} (string haystack, string needle)
  2568. string{\rtf\b substr_replace} (string string, string replacement, int start [, int length])
  2569. void{\rtf\b swf_actiongeturl} (string url, string target)
  2570. void{\rtf\b swf_actiongotoframe} (int framenumber)
  2571. void{\rtf\b swf_actiongotolabel} (string label)
  2572. void{\rtf\b swf_actionnextframe} (void)
  2573. void{\rtf\b swf_actionplay} (void)
  2574. void{\rtf\b swf_actionprevframe} (void)
  2575. void{\rtf\b swf_actionsettarget} (string target)
  2576. void{\rtf\b swf_actionstop} (void)
  2577. void{\rtf\b swf_actiontogglequality} (void)
  2578. void{\rtf\b swf_actionwaitforframe} (int framenumber, int skipcount)
  2579. void{\rtf\b swf_addbuttonrecord} (int states, int shapeid, int depth)
  2580. void{\rtf\b swf_addcolor} (float r, float g, float b, float a)
  2581. void{\rtf\b swf_closefile} ([int return_file])
  2582. void{\rtf\b swf_definebitmap} (int objid, string image_name)
  2583. void{\rtf\b swf_definefont} (int fontid, string fontname)
  2584. void{\rtf\b swf_defineline} (int objid, float x1, float y1, float x2, float y2, float width)
  2585. void{\rtf\b swf_definepoly} (int objid, array coords, int npoints, float width)
  2586. void{\rtf\b swf_definerect} (int objid, float x1, float y1, float x2, float y2, float width)
  2587. void{\rtf\b swf_definetext} (int objid, string str, int docenter)
  2588. void{\rtf\b swf_endbutton} (void)
  2589. void{\rtf\b swf_enddoaction} (void)
  2590. void{\rtf\b swf_endshape} (void)
  2591. void{\rtf\b swf_endsymbol} (void)
  2592. void{\rtf\b swf_fontsize} (float size)
  2593. void{\rtf\b swf_fontslant} (float slant)
  2594. void{\rtf\b swf_fonttracking} (float tracking)
  2595. array{\rtf\b swf_getbitmapinfo} (int bitmapid)
  2596. array{\rtf\b swf_getfontinfo} (void)
  2597. int{\rtf\b swf_getframe} (void)
  2598. void{\rtf\b swf_labelframe} (string name)
  2599. void{\rtf\b swf_lookat} (float view_x, float view_y, float view_z, float reference_x, float reference_y, float reference_z, float twist)
  2600. void{\rtf\b swf_modifyobject} (int depth, int how)
  2601. void{\rtf\b swf_mulcolor} (float r, float g, float b, float a)
  2602. int{\rtf\b swf_nextid} (void)
  2603. void{\rtf\b swf_oncondition} (int transition)
  2604. void{\rtf\b swf_openfile} (string filename, float width, float height, float framerate, float r, float g, float b)
  2605. void{\rtf\b swf_ortho} (float xmin, float xmax, float ymin, float ymax, float zmin, float zmax)
  2606. void{\rtf\b swf_ortho2} (float xmin, float xmax, float ymin, float ymax)
  2607. void{\rtf\b swf_perspective} (float fovy, float aspect, float near, float far)
  2608. void{\rtf\b swf_placeobject} (int objid, int depth)
  2609. void{\rtf\b swf_polarview} (float dist, float azimuth, float incidence, float twist)
  2610. void{\rtf\b swf_popmatrix} (void)
  2611. void{\rtf\b swf_posround} (int round)
  2612. void{\rtf\b swf_pushmatrix} (void)
  2613. void{\rtf\b swf_removeobject} (int depth)
  2614. void{\rtf\b swf_rotate} (float angle, string axis)
  2615. void{\rtf\b swf_scale} (float x, float y, float z)
  2616. void{\rtf\b swf_setfont} (int fontid)
  2617. void{\rtf\b swf_setframe} (int framenumber)
  2618. void{\rtf\b swf_shapearc} (float x, float y, float r, float ang1, float ang2)
  2619. void{\rtf\b swf_shapecurveto} (float x1, float y1, float x2, float y2)
  2620. void{\rtf\b swf_shapecurveto3} (float x1, float y1, float x2, float y2, float x3, float y3)
  2621. void{\rtf\b swf_shapefillbitmapclip} (int bitmapid)
  2622. void{\rtf\b swf_shapefillbitmaptile} (int bitmapid)
  2623. void{\rtf\b swf_shapefilloff} (void)
  2624. void{\rtf\b swf_shapefillsolid} (float r, float g, float b, float a)
  2625. void{\rtf\b swf_shapelinesolid} (float r, float g, float b, float a, float width)
  2626. void{\rtf\b swf_shapelineto} (float x, float y)
  2627. void{\rtf\b swf_shapemoveto} (float x, float y)
  2628. void{\rtf\b swf_showframe} (void)
  2629. void{\rtf\b swf_startbutton} (int objid, int type)
  2630. void{\rtf\b swf_startdoaction} (void)
  2631. void{\rtf\b swf_startshape} (int objid)
  2632. void{\rtf\b swf_startsymbol} (int objid)
  2633. float{\rtf\b swf_textwidth} (string str)
  2634. void{\rtf\b swf_translate} (float x, float y, float z)
  2635. void{\rtf\b swf_viewport} (float xmin, float xmax, float ymin, float ymax)
  2636. new{\rtf\b swfaction} (string script)
  2637. new{\rtf\b swfbitmap} (string filename [, int alphafilename])
  2638. new{\rtf\b swfbutton} (void)
  2639. int{\rtf\b swfbutton_keypress} (string str)
  2640. new{\rtf\b swfdisplayitem} (void)
  2641. new{\rtf\b SWFFill} (void)
  2642. new{\rtf\b swffont} (string filename)
  2643. new{\rtf\b swfgradient} (void)
  2644. new{\rtf\b swfmorph} (void)
  2645. new{\rtf\b swfmovie} (void)
  2646. new{\rtf\b swfshape} (void)
  2647. new{\rtf\b swfsprite} (void)
  2648. new{\rtf\b swftext} (void)
  2649. new{\rtf\b swftextfield} ([int flags])
  2650. int{\rtf\b sybase_affected_rows} ([resource link_identifier])
  2651. bool{\rtf\b sybase_close} ([resource link_identifier])
  2652. resource{\rtf\b sybase_connect} ([string servername [, string username [, string password [, string charset [, string appname]]]]])
  2653. bool{\rtf\b sybase_data_seek} (resource result_identifier, int row_number)
  2654. void{\rtf\b sybase_deadlock_retry_count} (int retry_count)
  2655. array{\rtf\b sybase_fetch_array} (resource result)
  2656. array{\rtf\b sybase_fetch_assoc} (resource result)
  2657. object{\rtf\b sybase_fetch_field} (resource result [, int field_offset])
  2658. object{\rtf\b sybase_fetch_object} (resource result [, mixed object])
  2659. array{\rtf\b sybase_fetch_row} (resource result)
  2660. bool{\rtf\b sybase_field_seek} (resource result, int field_offset)
  2661. bool{\rtf\b sybase_free_result} (resource result)
  2662. string{\rtf\b sybase_get_last_message} (void)
  2663. void{\rtf\b sybase_min_client_severity} (int severity)
  2664. void{\rtf\b sybase_min_error_severity} (int severity)
  2665. void{\rtf\b sybase_min_message_severity} (int severity)
  2666. void{\rtf\b sybase_min_server_severity} (int severity)
  2667. int{\rtf\b sybase_num_fields} (resource result)
  2668. int{\rtf\b sybase_num_rows} (resource result)
  2669. resource{\rtf\b sybase_pconnect} ([string servername [, string username [, string password [, string charset [, string appname]]]]])
  2670. resource{\rtf\b sybase_query} (string query, resource link_identifier)
  2671. string{\rtf\b sybase_result} (resource result, int row, mixed field)
  2672. bool{\rtf\b sybase_select_db} (string database_name [, resource link_identifier])
  2673. bool{\rtf\b sybase_set_message_handler} (callback handler)
  2674. resource{\rtf\b sybase_unbuffered_query} (string query, resource link_identifier)
  2675. bool{\rtf\b symlink} (string target, string link)
  2676. int{\rtf\b syslog} (int priority, string message)
  2677. string{\rtf\b system} (string command [, int return_var])
  2678. float{\rtf\b tan} (float arg)
  2679. float{\rtf\b tanh} (float arg)
  2680. string{\rtf\b tempnam} (string dir, string prefix)
  2681. string{\rtf\b textdomain} (string text_domain)
  2682. int{\rtf\b time} (void)
  2683. resource{\rtf\b tmpfile} (void)
  2684. array{\rtf\b token_get_all} (string source)
  2685. string{\rtf\b token_name} (int token)
  2686. bool{\rtf\b touch} (string filename [, int time [, int atime]])
  2687. void{\rtf\b trigger_error} (string error_msg [, int error_type])
  2688. string{\rtf\b trim} (string str [, string charlist])
  2689. void{\rtf\b uasort} (array array, callback cmp_function)
  2690. string{\rtf\b ucfirst} (string str)
  2691. string{\rtf\b ucwords} (string str)
  2692. bool{\rtf\b udm_add_search_limit} (resource agent, int var, string val)
  2693. resource{\rtf\b udm_alloc_agent} (string dbaddr [, string dbmode])
  2694. int{\rtf\b udm_api_version} (void)
  2695. array{\rtf\b udm_cat_list} (resource agent, string category)
  2696. array{\rtf\b udm_cat_path} (resource agent, string category)
  2697. bool{\rtf\b udm_check_charset} (resource agent, string charset)
  2698. int{\rtf\b udm_check_stored} (resource agent, int link, string doc_id)
  2699. bool{\rtf\b udm_clear_search_limits} (resource agent)
  2700. int{\rtf\b udm_close_stored} (resource agent, int link)
  2701. int{\rtf\b udm_crc32} (resource agent, string str)
  2702. int{\rtf\b udm_errno} (resource agent)
  2703. string{\rtf\b udm_error} (resource agent)
  2704. resource{\rtf\b udm_find} (resource agent, string query)
  2705. int{\rtf\b udm_free_agent} (resource agent)
  2706. bool{\rtf\b udm_free_ispell_data} (int agent)
  2707. bool{\rtf\b udm_free_res} (resurce res)
  2708. int{\rtf\b udm_get_doc_count} (resource agent)
  2709. string{\rtf\b udm_get_res_field} (resource res, int row, int field)
  2710. string{\rtf\b udm_get_res_param} (resource res, int param)
  2711. bool{\rtf\b udm_load_ispell_data} (resource agent, int var, string val1, string val2, int flag)
  2712. int{\rtf\b udm_open_stored} (resource agent, string storedaddr)
  2713. bool{\rtf\b udm_set_agent_param} (resource agent, int var, string val)
  2714. void{\rtf\b uksort} (array array, callback cmp_function)
  2715. int{\rtf\b umask} ([int mask])
  2716. string{\rtf\b uniqid} (string prefix [, bool lcg])
  2717. int{\rtf\b unixtojd} ([int timestamp])
  2718. bool{\rtf\b unlink} (string filename)
  2719. array{\rtf\b unpack} (string format, string data)
  2720. void{\rtf\b unregister_tick_function} (string function_name)
  2721. mixed{\rtf\b unserialize} (string str [, string callback])
  2722. void{\rtf\b unset} (mixed var [, mixed var [, ...]])
  2723. string{\rtf\b urldecode} (string str)
  2724. string{\rtf\b urlencode} (string str)
  2725. void{\rtf\b user_error} (string error_msg [, int error_type])
  2726. void{\rtf\b usleep} (int micro_seconds)
  2727. void{\rtf\b usort} (array array, callback cmp_function)
  2728. string{\rtf\b utf8_decode} (string data)
  2729. string{\rtf\b utf8_encode} (string data)
  2730. void{\rtf\b var_dump} (mixed expression [, mixed expression [, ...]])
  2731. mixed{\rtf\b var_export} (mixed expression [, bool return])
  2732. new{\rtf\b VARIAN}T($var)
  2733. int{\rtf\b version_compare} (string version1, string version2 [, string operator])
  2734. int{\rtf\b virtual} (string filename)
  2735. bool{\rtf\b vpopmail_add_alias_domain} (string domain, string aliasdomain)
  2736. bool{\rtf\b vpopmail_add_alias_domain_ex} (string olddomain, string newdomain)
  2737. bool{\rtf\b vpopmail_add_domain} (string domain, string dir, int uid, int gid)
  2738. bool{\rtf\b vpopmail_add_domain_ex} (string domain, string passwd [, string quota [, string bounce [, bool apop]]])
  2739. bool{\rtf\b vpopmail_add_user} (string user, string domain, string password [, string gecos [, bool apop]])
  2740. bool{\rtf\b vpopmail_alias_add} (string user, string domain, string alias)
  2741. bool{\rtf\b vpopmail_alias_del} (string user, string domain)
  2742. bool{\rtf\b vpopmail_alias_del_domain} (string domain)
  2743. array{\rtf\b vpopmail_alias_get} (string alias, string domain)
  2744. array{\rtf\b vpopmail_alias_get_all} (string domain)
  2745. bool{\rtf\b vpopmail_auth_user} (string user, string domain, string password [, string apop])
  2746. bool{\rtf\b vpopmail_del_domain} (string domain)
  2747. bool{\rtf\b vpopmail_del_domain_ex} (string domain)
  2748. bool{\rtf\b vpopmail_del_user} (string user, string domain)
  2749. string{\rtf\b vpopmail_error} (void)
  2750. bool{\rtf\b vpopmail_passwd} (string user, string domain, string password)
  2751. bool{\rtf\b vpopmail_set_user_quota} (string user, string domain, string quota)
  2752. void{\rtf\b vprintf} (string format, array args)
  2753. string{\rtf\b vsprintf} (string format, array args)
  2754. bool{\rtf\b w32api_deftype} (string typename, string member1_type, string member1_name [, string ... [, string ...]])
  2755. resource{\rtf\b w32api_init_dtype} (string typename, mixed value [, mixed ...])
  2756. mixed{\rtf\b w32api_invoke_function} (string funcname, mixed argument [, mixed ...])
  2757. bool{\rtf\b w32api_register_function} (string library, string function_name, string return_type)
  2758. void{\rtf\b w32api_set_call_method} (int method)
  2759. bool{\rtf\b wddx_add_vars} (int packet_id, mixed name_var [, mixed ...])
  2760. mixed{\rtf\b wddx_deserialize} (string packet)
  2761. string{\rtf\b wddx_packet_end} (int packet_id)
  2762. int{\rtf\b wddx_packet_start} ([string comment])
  2763. string{\rtf\b wddx_serialize_value} (mixed var [, string comment])
  2764. string{\rtf\b wddx_serialize_vars} (mixed var_name [, mixed ...])
  2765. string{\rtf\b wordwrap} (string str [, int width [, string break [, boolean cut]]])
  2766. string{\rtf\b xml_error_string} (int code)
  2767. int{\rtf\b xml_get_current_byte_index} (resource parser)
  2768. int{\rtf\b xml_get_current_column_number} (resource parser)
  2769. int{\rtf\b xml_get_current_line_number} (resource parser)
  2770. int{\rtf\b xml_get_error_code} (resource parser)
  2771. bool{\rtf\b xml_parse} (resource parser, string data [, bool is_final])
  2772. int{\rtf\b xml_parse_into_struct} (resource parser, string data, array &values [, array &index])
  2773. resource{\rtf\b xml_parser_create} ([string encoding])
  2774. resource{\rtf\b xml_parser_create_ns} ([string encoding [, string separator]])
  2775. bool{\rtf\b xml_parser_free} (resource parser)
  2776. mixed{\rtf\b xml_parser_get_option} (resource parser, int option)
  2777. bool{\rtf\b xml_parser_set_option} (resource parser, int option, mixed value)
  2778. bool{\rtf\b xml_set_character_data_handler} (resource parser, callback handler)
  2779. bool{\rtf\b xml_set_default_handler} (resource parser, callback handler)
  2780. bool{\rtf\b xml_set_element_handler} (resource parser, callback start_element_handler, callback end_element_handler)
  2781. bool{\rtf\b xml_set_end_namespace_decl_handler} (resource pind, callback handler)
  2782. bool{\rtf\b xml_set_external_entity_ref_handler} (resource parser, callback handler)
  2783. bool{\rtf\b xml_set_notation_decl_handler} (resource parser, callback handler)
  2784. void{\rtf\b xml_set_object} (resource parser, object object)
  2785. bool{\rtf\b xml_set_processing_instruction_handler} (resource parser, callback handler)
  2786. bool{\rtf\b xml_set_start_namespace_decl_handler} (resource pind, callback hdl)
  2787. bool{\rtf\b xml_set_unparsed_entity_decl_handler} (resource parser, callback handler)
  2788. array{\rtf\b xmlrpc_decode} (string xml [, string encoding])
  2789. array{\rtf\b xmlrpc_decode_request} (string xml, string method [, string encoding])
  2790. string{\rtf\b xmlrpc_encode} (mixed value)
  2791. string{\rtf\b xmlrpc_encode_request} (string method, mixed params)
  2792. string{\rtf\b xmlrpc_get_type} (mixed value)
  2793. array{\rtf\b xmlrpc_parse_method_descriptions} (string xml)
  2794. int{\rtf\b xmlrpc_server_add_introspection_data} (resource server, array desc)
  2795. mixed{\rtf\b xmlrpc_server_call_method} (resource server, string xml, mixed user_data [, array output_options])
  2796. resource{\rtf\b xmlrpc_server_create} (void)
  2797. void{\rtf\b xmlrpc_server_destroy} (resource server)
  2798. bool{\rtf\b xmlrpc_server_register_introspection_callback} (resource server, string function)
  2799. bool{\rtf\b xmlrpc_server_register_method} (resource server, string method_name, string function)
  2800. bool{\rtf\b xmlrpc_set_type} (string value, string type)
  2801. array{\rtf\b xpath_eval} (object xpath context, string xpath expression [, object contextnode])
  2802. array{\rtf\b xpath_eval_expression} (object xpath_context)
  2803. object{\rtf\b xpath_new_context} (object dom document)
  2804. int{\rtf\b xptr_eval} ([object xpath_context, string eval_str])
  2805. string{\rtf\b xptr_new_context} ([object doc_handle])
  2806. resource{\rtf\b xslt_create} (void)
  2807. int{\rtf\b xslt_errno} (resource xh)
  2808. mixed{\rtf\b xslt_error} (resource xh)
  2809. void{\rtf\b xslt_free} (resource xh)
  2810. mixed{\rtf\b xslt_process} (resource xh, string xmlcontainer, string xslcontainer [, string resultcontainer [, array arguments [, array parameters]]])
  2811. void{\rtf\b xslt_set_base} (resource xh, string uri)
  2812. void{\rtf\b xslt_set_encoding} (resource xh, string encoding)
  2813. void{\rtf\b xslt_set_error_handler} (resource xh, mixed handler)
  2814. void{\rtf\b xslt_set_log} (resource xh, mixed log)
  2815. void{\rtf\b xslt_set_sax_handler} (resource xh, array handlers)
  2816. void{\rtf\b xslt_set_sax_handlers} (resource processor, array handlers)
  2817. void{\rtf\b xslt_set_scheme_handler} (resource xh, array handlers)
  2818. void{\rtf\b xslt_set_scheme_handlers} (resource processor, array handlers)
  2819. string{\rtf\b yaz_addinfo} (resource id)
  2820. int{\rtf\b yaz_ccl_conf} (resource id, array config)
  2821. bool{\rtf\b yaz_ccl_parse} (resource id, string query, array &result)
  2822. bool{\rtf\b yaz_close} (resource id)
  2823. resource{\rtf\b yaz_connect} (string zurl [, mixed options])
  2824. bool{\rtf\b yaz_database} (resource id, string databases)
  2825. bool{\rtf\b yaz_element} (resource id, string elementset)
  2826. int{\rtf\b yaz_errno} (resource id)
  2827. string{\rtf\b yaz_error} (resource id)
  2828. string{\rtf\b yaz_get_option} (resource id, string name)
  2829. int{\rtf\b yaz_hits} (resource id)
  2830. int{\rtf\b yaz_itemorder} (resource id, array args)
  2831. int{\rtf\b yaz_present} (resource id)
  2832. bool{\rtf\b yaz_range} (resource id, int start, int number)
  2833. string{\rtf\b yaz_record} (resource id, int pos, string type)
  2834. int{\rtf\b yaz_scan} (resource id, string type, string startterm [, array flags])
  2835. array{\rtf\b yaz_scan_result} (resource id [, array & result])
  2836. int{\rtf\b yaz_schema} (resource id, string schema)
  2837. int{\rtf\b yaz_search} (resource id, string type, string query)
  2838. string{\rtf\b yaz_set_option} (resource id, string name, string value)
  2839. int{\rtf\b yaz_sort} (resource id, string criteria)
  2840. int{\rtf\b yaz_syntax} (resource id, string syntax)
  2841. int{\rtf\b yaz_wait} ([array options])
  2842. void{\rtf\b yp_all} (string domain, string map, string callback)
  2843. array{\rtf\b yp_cat} (string domain, string map)
  2844. string{\rtf\b yp_err_string} (int errorcode)
  2845. int{\rtf\b yp_errno} (void)
  2846. array{\rtf\b yp_first} (string domain, string map)
  2847. int{\rtf\b yp_get_default_domain} (void)
  2848. string{\rtf\b yp_master} (string domain, string map)
  2849. string{\rtf\b yp_match} (string domain, string map, string key)
  2850. array{\rtf\b yp_next} (string domain, string map, string key)
  2851. int{\rtf\b yp_order} (string domain, string map)
  2852. string{\rtf\b zend_logo_guid} (void)
  2853. string{\rtf\b zend_version} (void)
  2854. void{\rtf\b zip_close} (resource zip)
  2855. void{\rtf\b zip_entry_close} (resource zip_entry)
  2856. int{\rtf\b zip_entry_compressedsize} (resource zip_entry)
  2857. string{\rtf\b zip_entry_compressionmethod} (resource zip_entry)
  2858. int{\rtf\b zip_entry_filesize} (resource zip_entry)
  2859. string{\rtf\b zip_entry_name} (resource zip_entry)
  2860. bool{\rtf\b zip_entry_open} (resource zip, resource zip_entry [, string mode])
  2861. string{\rtf\b zip_entry_read} (resource zip_entry [, int length])
  2862. resource{\rtf\b zip_open} (string filename)
  2863. resource{\rtf\b zip_read} (resource zip)
  2864. string{\rtf\b zlib_get_coding_type} (void)
  2865.